From 1f13906ed29adbe5ae999760ceae41806b81b41e Mon Sep 17 00:00:00 2001 From: Skull <86374920+skkuull@users.noreply.github.com> Date: Fri, 4 Feb 2022 03:33:28 +0200 Subject: [PATCH] deps should be fixed --- .gitmodules | 18 +++++++++++++++++- deps/libtomcrypt | 1 + deps/libtommath | 1 + deps/protobuf | 1 + deps/zlib | 1 + 5 files changed, 21 insertions(+), 1 deletion(-) create mode 160000 deps/libtomcrypt create mode 160000 deps/libtommath create mode 160000 deps/protobuf create mode 160000 deps/zlib diff --git a/.gitmodules b/.gitmodules index 39bd5688..7230acd8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -27,4 +27,20 @@ url = https://github.com/lua/lua.git [submodule "deps/stb"] path = deps/stb - url = https://github.com/nothings/stb.git \ No newline at end of file + 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 diff --git a/deps/libtomcrypt b/deps/libtomcrypt new file mode 160000 index 00000000..673f5ce2 --- /dev/null +++ b/deps/libtomcrypt @@ -0,0 +1 @@ +Subproject commit 673f5ce29015a9bba3c96792920a10601b5b0718 diff --git a/deps/libtommath b/deps/libtommath new file mode 160000 index 00000000..bea92706 --- /dev/null +++ b/deps/libtommath @@ -0,0 +1 @@ +Subproject commit bea9270646303baf683f4ba2ddf0d70721f0e55d diff --git a/deps/protobuf b/deps/protobuf new file mode 160000 index 00000000..5500c72c --- /dev/null +++ b/deps/protobuf @@ -0,0 +1 @@ +Subproject commit 5500c72c5b616da9f0125bcfab513987a1226e2b diff --git a/deps/zlib b/deps/zlib new file mode 160000 index 00000000..2014a993 --- /dev/null +++ b/deps/zlib @@ -0,0 +1 @@ +Subproject commit 2014a993addbc8f1b9785d97f55fd189792c2f78