Add required submodules

This commit is contained in:
momo5502 2018-12-26 11:45:05 +01:00
parent 9c634ab0f2
commit c2c3cfd50f
5 changed files with 20 additions and 0 deletions

16
.gitmodules vendored Normal file
View File

@ -0,0 +1,16 @@
[submodule "deps/libtommath"]
path = deps/libtommath
url = https://github.com/libtom/libtommath.git
branch = develop
[submodule "deps/libtomcrypt"]
path = deps/libtomcrypt
url = https://github.com/libtom/libtomcrypt.git
branch = develop
[submodule "deps/zlib"]
path = deps/zlib
url = https://github.com/madler/zlib.git
branch = develop
[submodule "deps/HDiffPatch"]
path = deps/HDiffPatch
url = https://github.com/sisong/HDiffPatch.git
branch = master

1
deps/HDiffPatch vendored Submodule

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

1
deps/libtomcrypt vendored Submodule

@ -0,0 +1 @@
Subproject commit 01c455c3d5f781312de84594a11e102a20d5b959

1
deps/libtommath vendored Submodule

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

1
deps/zlib vendored Submodule

@ -0,0 +1 @@
Subproject commit 41d86c73b21191a3fa9ea5f476fc9f1fc5e4f8b3