t7x/.gitmodules

28 lines
827 B
Plaintext
Raw Normal View History

2022-05-21 06:04:08 -04:00
[submodule "deps/minhook"]
path = deps/minhook
url = https://github.com/TsudaKageyu/minhook.git
[submodule "deps/asmjit"]
path = deps/asmjit
url = https://github.com/asmjit/asmjit.git
2022-06-16 04:21:03 -04:00
[submodule "deps/zlib"]
path = deps/zlib
url = https://github.com/madler/zlib.git
branch = develop
2022-09-17 02:13:06 -04:00
[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/rapidjson"]
path = deps/rapidjson
url = https://github.com/Tencent/rapidjson.git
2022-09-26 11:35:32 -04:00
[submodule "deps/udis86"]
path = deps/udis86
url = https://github.com/vmt/udis86.git
2022-11-30 12:02:57 -05:00
[submodule "deps/discord-rpc"]
path = deps/discord-rpc
url = https://github.com/momo5502/discord-rpc.git