Changed submodules to use https instead of ssh

This commit is contained in:
2020-06-23 15:32:22 -07:00
parent ae944a0a68
commit d39df0f370

12
.gitmodules vendored
View File

@@ -1,18 +1,18 @@
[submodule "3rdparty/glfw"]
path = 3rdparty/glfw
url = git@github.com:glfw/glfw.git
url = https://github.com/glfw/glfw
[submodule "3rdparty/glad"]
path = 3rdparty/glad
url = git@github.com:Dav1dde/glad.git
url = https://github.com/Dav1dde/glad
[submodule "hydra"]
path = hydra
url = git@github.com:KrakenEngine/hydra.git
url = https://github.com/KrakenEngine/hydra
[submodule "3rdparty/glslang"]
path = 3rdparty/glslang
url = git@github.com:KhronosGroup/glslang.git
url = https://github.com/KhronosGroup/glslang
[submodule "3rdparty/vulkan"]
path = 3rdparty/vulkan
url = git@github.com:KhronosGroup/Vulkan-Headers.git
url = https://github.com/KhronosGroup/Vulkan-Headers
[submodule "3rdparty/volk"]
path = 3rdparty/volk
url = git@github.com:github.com/zeux/volk.git
url = https://github.com/zeux/volk