h2-mod/.gitmodules

52 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

2021-04-19 18:56:11 -04:00
[submodule "deps/minhook"]
path = deps/minhook
url = https://github.com/TsudaKageyu/minhook.git
2021-04-22 21:46:11 -04:00
[submodule "deps/lua"]
path = deps/lua
url = https://github.com/lua/lua.git
[submodule "deps/sol2"]
path = deps/sol2
url = https://github.com/ThePhD/sol2.git
[submodule "deps/GSL"]
path = deps/GSL
url = https://github.com/Microsoft/GSL.git
2021-04-24 22:09:13 -04:00
[submodule "deps/rapidjson"]
path = deps/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "deps/discord-rpc"]
path = deps/discord-rpc
url = https://github.com/discord/discord-rpc.git
2021-08-23 11:11:45 -04:00
[submodule "deps/stb"]
path = deps/stb
url = https://github.com/nothings/stb.git
[submodule "deps/asmjit"]
path = deps/asmjit
url = https://github.com/asmjit/asmjit.git
2021-09-06 18:40:37 -04:00
[submodule "deps/udis86"]
path = deps/udis86
url = https://github.com/vmt/udis86.git
[submodule "deps/WinToast"]
path = deps/WinToast
url = https://github.com/mohabouje/WinToast.git
[submodule "deps/libtomcrypt"]
path = deps/libtomcrypt
url = https://github.com/libtom/libtomcrypt.git
[submodule "deps/libtommath"]
path = deps/libtommath
url = https://github.com/libtom/libtommath.git
[submodule "deps/zlib"]
path = deps/zlib
url = https://github.com/madler/zlib.git
2021-12-20 12:32:58 -05:00
[submodule "deps/imgui"]
path = deps/imgui
url = https://github.com/fedddddd/imgui.git
[submodule "deps/curl"]
path = deps/curl
url = https://github.com/curl/curl.git
2023-02-15 12:24:35 -05:00
[submodule "deps/json"]
path = deps/json
url = https://github.com/nlohmann/json.git
2023-03-07 13:34:33 -05:00
[submodule "deps/gsc-tool"]
path = deps/gsc-tool
url = https://github.com/xensik/gsc-tool.git