mirror of
https://github.com/alicealys/t5-gsc-utils.git
synced 2025-08-30 13:23:13 +00:00
Initial commit
This commit is contained in:
30
.gitmodules
vendored
Normal file
30
.gitmodules
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
[submodule "minhook"]
|
||||
path = minhook
|
||||
url = https://github.com/TsudaKageyu/minhook.git
|
||||
[submodule "GSL"]
|
||||
path = GSL
|
||||
url = https://github.com/microsoft/GSL.git
|
||||
[submodule "zlib"]
|
||||
path = zlib
|
||||
url = https://github.com/madler/zlib.git
|
||||
[submodule "asmjit"]
|
||||
path = asmjit
|
||||
url = https://github.com/asmjit/asmjit.git
|
||||
[submodule "deps/asmjit"]
|
||||
path = deps/asmjit
|
||||
url = https://github.com/asmjit/asmjit.git
|
||||
[submodule "deps/json"]
|
||||
path = deps/json
|
||||
url = https://github.com/nlohmann/json.git
|
||||
[submodule "deps/zlib"]
|
||||
path = deps/zlib
|
||||
url = https://github.com/madler/zlib.git
|
||||
[submodule "deps/GSL"]
|
||||
path = deps/GSL
|
||||
url = https://github.com/microsoft/GSL.git
|
||||
[submodule "deps/minhook"]
|
||||
path = deps/minhook
|
||||
url = https://github.com/TsudaKageyu/minhook.git
|
||||
[submodule "deps/curl"]
|
||||
path = deps/curl
|
||||
url = https://github.com/curl/curl.git
|
Reference in New Issue
Block a user