add sqlite3 to the repo and update modules url by removing the username for public repos

This commit is contained in:
2018-10-10 12:36:18 +02:00
parent 3ac03761fe
commit d870f68ed6
2 changed files with 7 additions and 3 deletions

9
.gitmodules vendored
View File

@@ -12,7 +12,7 @@
url = https://github.com/leethomason/tinyxml2.git
[submodule "libs/glew-2.0.0"]
path = libs/glew-2.0.0
url = https://omigamedev@bitbucket.org/omigamedev/libglew-2.0.0.git
url = https://bitbucket.org/omigamedev/libglew-2.0.0.git
[submodule "libs/curl-android-ios"]
path = libs/curl-android-ios
url = https://github.com/gcesarmza/curl-android-ios
@@ -30,10 +30,13 @@
url = https://github.com/bchavez/BugTrap.git
[submodule "libs/bugtrap-client"]
path = libs/bugtrap-client
url = https://omigamedev@bitbucket.org/omigamedev/bugtrap-client-x64.git
url = https://bitbucket.org/omigamedev/bugtrap-client-x64.git
[submodule "libs/curl-win"]
path = libs/curl-win
url = https://omigamedev@bitbucket.org/omigamedev/curl-win64.git
url = https://bitbucket.org/omigamedev/curl-win64.git
[submodule "libs/hockeyapp"]
path = libs/hockeyapp
url = https://bitbucket.org/omigamedev/hockeyapp.git
[submodule "libs/sqlite3"]
path = libs/sqlite3
url = https://bitbucket.org/omigamedev/sqlite3.git