deps should be fixed

This commit is contained in:
Skull 2022-02-04 03:33:28 +02:00
parent 8c4441de60
commit 1f13906ed2
5 changed files with 21 additions and 1 deletions

18
.gitmodules vendored
View File

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

1
deps/libtomcrypt vendored Submodule

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

1
deps/libtommath vendored Submodule

@ -0,0 +1 @@
Subproject commit bea9270646303baf683f4ba2ddf0d70721f0e55d

1
deps/protobuf vendored Submodule

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

1
deps/zlib vendored Submodule

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