readd submodules

This commit is contained in:
Skull Merlin 2022-03-17 03:15:30 +02:00
parent 7f1fc85ef1
commit c23ada372e
5 changed files with 21 additions and 1 deletions

16
.gitmodules vendored
View File

@ -28,3 +28,19 @@
[submodule "deps/stb"]
path = deps/stb
url = https://github.com/nothings/stb.git
[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 06a81aeb227424182125363f7554fad5146d6d2a

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