mirror of https://github.com/yaz0r/FITD.git
Switch submodules to https
This commit is contained in:
parent
c9c5077ebd
commit
00aa9065ec
|
@ -1,15 +1,15 @@
|
|||
[submodule "ThirdParty/SDL"]
|
||||
path = ThirdParty/SDL
|
||||
url = git@github.com:libsdl-org/SDL.git
|
||||
url = https://github.com/libsdl-org/SDL.git
|
||||
[submodule "ThirdParty/imgui"]
|
||||
path = ThirdParty/imgui
|
||||
url = git@github.com:ocornut/imgui.git
|
||||
url = https://github.com/ocornut/imgui.git
|
||||
[submodule "ThirdParty/soloud"]
|
||||
path = ThirdParty/soloud.cmake/soloud
|
||||
url = git@github.com:jarikomppa/soloud.git
|
||||
url = https://github.com/jarikomppa/soloud.git
|
||||
[submodule "ThirdParty/bgfx.cmake"]
|
||||
path = ThirdParty/bgfx.cmake
|
||||
url = git@github.com:bkaradzic/bgfx.cmake.git
|
||||
url = https://github.com/bkaradzic/bgfx.cmake.git
|
||||
[submodule "ThirdParty/zlib"]
|
||||
path = ThirdParty/zlib
|
||||
url = git@github.com:madler/zlib.git
|
||||
url = https://github.com/madler/zlib.git
|
||||
|
|
Loading…
Reference in New Issue