Added git modules.

This commit is contained in:
JezuzLizard 2023-03-23 20:03:20 -07:00
parent 011bb0c554
commit 34b90247c9
7 changed files with 25 additions and 0 deletions

19
.gitmodules vendored Normal file
View File

@ -0,0 +1,19 @@
[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/zlib"]
path = deps/zlib
url = https://github.com/madler/zlib.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
branch = develop
[submodule "deps/curl"]
path = deps/curl
url = https://github.com/curl/curl.git

1
deps/GSL vendored Submodule

@ -0,0 +1 @@
Subproject commit 43d60c5e3891dab6491a76d0bac554a4a89d57f6

1
deps/asmjit vendored Submodule

@ -0,0 +1 @@
Subproject commit f1ea8a46c3f2bce5c51f290050c9d194668206bf

1
deps/curl vendored Submodule

@ -0,0 +1 @@
Subproject commit 4528690cd51e5445df74aef8f83470a602683797

1
deps/json vendored Submodule

@ -0,0 +1 @@
Subproject commit 546370c9e778d99e7176641123e5cc1d0b62acab

1
deps/minhook vendored Submodule

@ -0,0 +1 @@
Subproject commit 49d03ad118cf7f6768c79a8f187e14b8f2a07f94

1
deps/zlib vendored Submodule

@ -0,0 +1 @@
Subproject commit 04f42ceca40f73e2978b50e93806c2a18c1281fc