t7x/.gitmodules

31 lines
910 B
Plaintext
Raw Normal View History

2022-05-21 12:04:08 +02: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 10:21:03 +02:00
[submodule "deps/zlib"]
path = deps/zlib
url = https://github.com/madler/zlib.git
branch = develop
2022-09-17 08:13:06 +02: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 17:35:32 +02:00
[submodule "deps/udis86"]
path = deps/udis86
url = https://github.com/vmt/udis86.git
2022-11-30 18:02:57 +01:00
[submodule "deps/discord-rpc"]
path = deps/discord-rpc
url = https://github.com/momo5502/discord-rpc.git
2022-12-04 12:24:21 +01:00
[submodule "deps/stb"]
path = deps/stb
url = https://github.com/nothings/stb.git