diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..85d6354 --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/deps/GSL b/deps/GSL new file mode 160000 index 0000000..43d60c5 --- /dev/null +++ b/deps/GSL @@ -0,0 +1 @@ +Subproject commit 43d60c5e3891dab6491a76d0bac554a4a89d57f6 diff --git a/deps/asmjit b/deps/asmjit new file mode 160000 index 0000000..f1ea8a4 --- /dev/null +++ b/deps/asmjit @@ -0,0 +1 @@ +Subproject commit f1ea8a46c3f2bce5c51f290050c9d194668206bf diff --git a/deps/curl b/deps/curl new file mode 160000 index 0000000..4528690 --- /dev/null +++ b/deps/curl @@ -0,0 +1 @@ +Subproject commit 4528690cd51e5445df74aef8f83470a602683797 diff --git a/deps/json b/deps/json new file mode 160000 index 0000000..546370c --- /dev/null +++ b/deps/json @@ -0,0 +1 @@ +Subproject commit 546370c9e778d99e7176641123e5cc1d0b62acab diff --git a/deps/minhook b/deps/minhook new file mode 160000 index 0000000..49d03ad --- /dev/null +++ b/deps/minhook @@ -0,0 +1 @@ +Subproject commit 49d03ad118cf7f6768c79a8f187e14b8f2a07f94 diff --git a/deps/zlib b/deps/zlib new file mode 160000 index 0000000..04f42ce --- /dev/null +++ b/deps/zlib @@ -0,0 +1 @@ +Subproject commit 04f42ceca40f73e2978b50e93806c2a18c1281fc