readd submodules via http protocol

This commit is contained in:
m 2022-03-16 07:42:38 -05:00
parent dca9ed1176
commit 3e786604d5
5 changed files with 20 additions and 0 deletions

16
.gitmodules vendored
View File

@ -29,3 +29,19 @@
path = deps/stb
url = https://github.com/nothings/stb.git
branch = develop
[submodule "deps/libtomcrypt"]
path = deps/libtomcrypt
url = https://github.com/libtom/libtomcrypt.git
branch = develop
[submodule "deps/libtommath"]
path = deps/libtommath
url = https://github.com/libtom/libtommath.git
branch = develop
[submodule "deps/protobuf"]
path = deps/protobuf
url = https://github.com/protocolbuffers/protobuf.git
branch = 3.17.x
[submodule "deps/zlib"]
path = deps/zlib
url = https://github.com/madler/zlib.git
branch = develop

1
deps/libtomcrypt vendored Submodule

@ -0,0 +1 @@
Subproject commit 673f5ce29015a9bba3c96792920a10601b5b0718

1
deps/libtommath vendored Submodule

@ -0,0 +1 @@
Subproject commit 66de86426e9cdb88526974c765108f01554af2b0

1
deps/protobuf vendored Submodule

@ -0,0 +1 @@
Subproject commit 5500c72c5b616da9f0125bcfab513987a1226e2b

1
deps/zlib vendored Submodule

@ -0,0 +1 @@
Subproject commit 2014a993addbc8f1b9785d97f55fd189792c2f78