1
0
mirror of https://github.com/fedddddd/iw5-gsc-utils.git synced 2025-09-18 14:07:27 +00:00
Files
deps
src
tools
.gitattributes
.gitignore
.gitmodules
README.md
generate.bat
premake5.lua
iw5-gsc-utils/.gitmodules
Federico Cecchetto d5e6a15175 Add json functions
2021-05-30 22:44:19 +02:00

16 lines
430 B
Plaintext

[submodule "deps/minhook"]
path = deps/minhook
url = https://github.com/TsudaKageyu/minhook.git
[submodule "deps/GSL"]
path = deps/GSL
url = https://github.com/microsoft/GSL.git
[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
[submodule "deps/json"]
path = deps/json
url = https://github.com/nlohmann/json.git