From dca9ed1176a0b7d73a1866a9668b75ed4c170cda Mon Sep 17 00:00:00 2001 From: m Date: Wed, 16 Mar 2022 07:38:26 -0500 Subject: [PATCH] removed git protocol submodules [skip ci] --- .gitmodules | 15 --------------- deps/libtomcrypt | 1 - deps/libtommath | 1 - deps/protobuf | 1 - deps/zlib | 1 - 5 files changed, 19 deletions(-) delete mode 160000 deps/libtomcrypt delete mode 160000 deps/libtommath delete mode 160000 deps/protobuf delete mode 160000 deps/zlib diff --git a/.gitmodules b/.gitmodules index 7230acd8..959a72ac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,19 +28,4 @@ [submodule "deps/stb"] path = deps/stb 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 deleted file mode 160000 index 673f5ce2..00000000 --- a/deps/libtomcrypt +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 673f5ce29015a9bba3c96792920a10601b5b0718 diff --git a/deps/libtommath b/deps/libtommath deleted file mode 160000 index 66de8642..00000000 --- a/deps/libtommath +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 66de86426e9cdb88526974c765108f01554af2b0 diff --git a/deps/protobuf b/deps/protobuf deleted file mode 160000 index 5500c72c..00000000 --- a/deps/protobuf +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5500c72c5b616da9f0125bcfab513987a1226e2b diff --git a/deps/zlib b/deps/zlib deleted file mode 160000 index 2014a993..00000000 --- a/deps/zlib +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2014a993addbc8f1b9785d97f55fd189792c2f78