Properly add submodules

This commit is contained in:
Joelrau 2021-01-05 19:25:06 +02:00
parent 99f4e1e998
commit 5ed640da84
10 changed files with 40 additions and 0 deletions

31
.gitmodules vendored
View File

@ -1,3 +1,34 @@
[submodule "deps/GSL"]
path = deps/GSL
url = https://github.com/Microsoft/GSL.git
[submodule "deps/asmjit"]
path = deps/asmjit
url = https://github.com/asmjit/asmjit.git
[submodule "deps/rapidjson"]
path = deps/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "deps/udis86"]
path = deps/udis86
url = https://github.com/vmt/udis86.git
[submodule "deps/protobuf"]
path = deps/protobuf
url = https://github.com/google/protobuf.git
branch = 3.14.x
[submodule "deps/minhook"]
path = deps/minhook
url = https://github.com/TsudaKageyu/minhook.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/zlib"]
path = deps/zlib
url = https://github.com/madler/zlib.git
branch = develop
[submodule "deps/discord-rpc"]
path = deps/discord-rpc
url = https://github.com/discord/discord-rpc.git

1
deps/asmjit vendored Submodule

@ -0,0 +1 @@
Subproject commit 70e80b18a5cc05d566e6c90dde200472c9325113

1
deps/discord-rpc vendored Submodule

@ -0,0 +1 @@
Subproject commit 963aa9f3e5ce81a4682c6ca3d136cddda614db33

1
deps/libtomcrypt vendored Submodule

@ -0,0 +1 @@
Subproject commit 954ab9bcfc8129eebb369e82ebdc0367ecec334c

1
deps/libtommath vendored Submodule

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

1
deps/minhook vendored Submodule

@ -0,0 +1 @@
Subproject commit 423d1e45af2ed2719a5c31e990e935ef301ed9c3

1
deps/protobuf vendored Submodule

@ -0,0 +1 @@
Subproject commit 4a09d77a85a46c65d8b070e20dc88db904eb83af

1
deps/rapidjson vendored Submodule

@ -0,0 +1 @@
Subproject commit 3cdd3c8370a2cf5eed3fa4afbe4465a525f54e33

1
deps/udis86 vendored Submodule

@ -0,0 +1 @@
Subproject commit 56ff6c87c11de0ffa725b14339004820556e343d

1
deps/zlib vendored Submodule

@ -0,0 +1 @@
Subproject commit 53ce2713117ef2a8ed682d77b944df991c499252