diff --git a/.gitmodules b/.gitmodules index b75698b..83cc629 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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