iw6x-client/.gitmodules

51 lines
1.4 KiB
Plaintext
Raw Normal View History

2020-08-18 20:48:33 +02:00
[submodule "deps/GSL"]
path = deps/GSL
url = https://github.com/Microsoft/GSL.git
2020-08-21 18:44:57 +02:00
[submodule "deps/asmjit"]
path = deps/asmjit
url = https://github.com/asmjit/asmjit.git
2020-08-18 20:48:33 +02:00
[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
2022-04-11 22:37:12 +02:00
branch = 3.20.x
2020-08-21 18:44:57 +02:00
[submodule "deps/minhook"]
path = deps/minhook
2020-09-01 21:35:10 +02:00
url = https://github.com/TsudaKageyu/minhook.git
[submodule "deps/libtommath"]
path = deps/libtommath
url = https://github.com/libtom/libtommath.git
branch = develop
[submodule "deps/libtomcrypt"]
path = deps/libtomcrypt
url = https://github.com/libtom/libtomcrypt.git
branch = develop
2020-09-17 09:06:52 +02:00
[submodule "deps/zlib"]
path = deps/zlib
url = https://github.com/madler/zlib.git
branch = develop
2020-10-04 19:53:28 +02:00
[submodule "deps/discord-rpc"]
path = deps/discord-rpc
url = https://github.com/discord/discord-rpc.git
2020-12-03 18:29:45 +01:00
[submodule "deps/sol2"]
path = deps/sol2
url = https://github.com/ThePhD/sol2.git
[submodule "deps/lua"]
path = deps/lua
url = https://github.com/lua/lua.git
2020-12-13 19:54:03 +01:00
[submodule "deps/WinToast"]
path = deps/WinToast
url = https://github.com/mohabouje/WinToast.git
2021-06-30 20:33:29 +02:00
[submodule "deps/stb"]
path = deps/stb
url = https://github.com/nothings/stb.git
2022-10-01 19:41:31 +02:00
[submodule "deps/gsc-tool"]
path = deps/gsc-tool
url = https://github.com/xensik/gsc-tool.git
2023-02-12 18:56:46 +01:00
branch = dev