Some firewalls do better with https
This commit is contained in:
parent
7e5ee4f86c
commit
db25f26d43
|
@ -1,6 +1,6 @@
|
||||||
[submodule "deps/glslang/glslang"]
|
[submodule "deps/glslang/glslang"]
|
||||||
path = deps/glslang/glslang
|
path = deps/glslang/glslang
|
||||||
url = git://github.com/KhronosGroup/glslang.git
|
url = https://github.com/KhronosGroup/glslang.git
|
||||||
[submodule "deps/SPIRV-Cross"]
|
[submodule "deps/SPIRV-Cross"]
|
||||||
path = deps/SPIRV-Cross
|
path = deps/SPIRV-Cross
|
||||||
url = git://github.com/KhronosGroup/SPIRV-Cross
|
url = https://github.com/KhronosGroup/SPIRV-Cross
|
||||||
|
|
Loading…
Reference in New Issue