From d6fd7b430cd183c455d5cb8a8e65f5398a700e2c Mon Sep 17 00:00:00 2001 From: Skull <86374920+skkuull@users.noreply.github.com> Date: Mon, 17 Mar 2025 02:34:40 +0300 Subject: [PATCH] add deps --- .gitignore | 5 ----- .gitmodules | 4 ++-- deps/GSL | 1 + deps/asmjit | 1 + deps/curl | 1 + deps/discord-rpc | 1 + deps/imgui | 1 + deps/libtomcrypt | 1 + deps/libtommath | 1 + deps/lua | 1 + deps/minhook | 1 + deps/rapidjson | 1 + deps/sol2 | 1 + deps/stb | 1 + deps/udis86 | 1 + deps/zlib | 1 + deps/zstd | 1 + 17 files changed, 17 insertions(+), 7 deletions(-) create mode 160000 deps/GSL create mode 160000 deps/asmjit create mode 160000 deps/curl create mode 160000 deps/discord-rpc create mode 160000 deps/imgui create mode 160000 deps/libtomcrypt create mode 160000 deps/libtommath create mode 160000 deps/lua create mode 160000 deps/minhook create mode 160000 deps/rapidjson create mode 160000 deps/sol2 create mode 160000 deps/stb create mode 160000 deps/udis86 create mode 160000 deps/zlib create mode 160000 deps/zstd diff --git a/.gitignore b/.gitignore index d384be24..073411c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,3 @@ .vs .vscode build*/* -deps/* - -!deps/premake -!deps/extra -!deps/**/.git diff --git a/.gitmodules b/.gitmodules index 481a5165..84e64864 100644 --- a/.gitmodules +++ b/.gitmodules @@ -39,10 +39,10 @@ url = https://github.com/lua/lua.git [submodule "deps/imgui"] path = deps/imgui - url = https://github.com/ocornut/imgui.git + url = https://github.com/alicealys/imgui.git [submodule "deps/curl"] path = deps/curl url = https://github.com/curl/curl.git [submodule "deps/discord-rpc"] path = deps/discord-rpc - url = https://github.com/alicealys/discord-rpc \ No newline at end of file + url = https://github.com/alicealys/discord-rpc.git diff --git a/deps/GSL b/deps/GSL new file mode 160000 index 00000000..28283998 --- /dev/null +++ b/deps/GSL @@ -0,0 +1 @@ +Subproject commit 2828399820ef4928cc89b65605dca5dc68efca6e diff --git a/deps/asmjit b/deps/asmjit new file mode 160000 index 00000000..4111caec --- /dev/null +++ b/deps/asmjit @@ -0,0 +1 @@ +Subproject commit 4111caeca42cb092669d27165eec1fd958ffe9a6 diff --git a/deps/curl b/deps/curl new file mode 160000 index 00000000..f4f25505 --- /dev/null +++ b/deps/curl @@ -0,0 +1 @@ +Subproject commit f4f25505df1d2ede727071eb0c518368a206f64b diff --git a/deps/discord-rpc b/deps/discord-rpc new file mode 160000 index 00000000..b3383798 --- /dev/null +++ b/deps/discord-rpc @@ -0,0 +1 @@ +Subproject commit b3383798b353c31ea6770fee673740c27f6e3489 diff --git a/deps/imgui b/deps/imgui new file mode 160000 index 00000000..22e9093d --- /dev/null +++ b/deps/imgui @@ -0,0 +1 @@ +Subproject commit 22e9093da37f0443f008b947caa6221724e760d6 diff --git a/deps/libtomcrypt b/deps/libtomcrypt new file mode 160000 index 00000000..a6b9aff7 --- /dev/null +++ b/deps/libtomcrypt @@ -0,0 +1 @@ +Subproject commit a6b9aff7aab857fe1b491710a5c5b9e2be49cb08 diff --git a/deps/libtommath b/deps/libtommath new file mode 160000 index 00000000..e823b0c3 --- /dev/null +++ b/deps/libtommath @@ -0,0 +1 @@ +Subproject commit e823b0c34cea291bdb94d672731e1c1f08525557 diff --git a/deps/lua b/deps/lua new file mode 160000 index 00000000..cb88c1cd --- /dev/null +++ b/deps/lua @@ -0,0 +1 @@ +Subproject commit cb88c1cd5d22fe7c56f4f374ded7c16f7cf14bf3 diff --git a/deps/minhook b/deps/minhook new file mode 160000 index 00000000..c1a7c384 --- /dev/null +++ b/deps/minhook @@ -0,0 +1 @@ +Subproject commit c1a7c3843bd1a5fe3eb779b64c0d823bca3dc339 diff --git a/deps/rapidjson b/deps/rapidjson new file mode 160000 index 00000000..24b5e7a8 --- /dev/null +++ b/deps/rapidjson @@ -0,0 +1 @@ +Subproject commit 24b5e7a8b27f42fa16b96fc70aade9106cf7102f diff --git a/deps/sol2 b/deps/sol2 new file mode 160000 index 00000000..c1f95a77 --- /dev/null +++ b/deps/sol2 @@ -0,0 +1 @@ +Subproject commit c1f95a773c6f8f4fde8ca3efe872e7286afe4444 diff --git a/deps/stb b/deps/stb new file mode 160000 index 00000000..f0569113 --- /dev/null +++ b/deps/stb @@ -0,0 +1 @@ +Subproject commit f0569113c93ad095470c54bf34a17b36646bbbb5 diff --git a/deps/udis86 b/deps/udis86 new file mode 160000 index 00000000..56ff6c87 --- /dev/null +++ b/deps/udis86 @@ -0,0 +1 @@ +Subproject commit 56ff6c87c11de0ffa725b14339004820556e343d diff --git a/deps/zlib b/deps/zlib new file mode 160000 index 00000000..5a82f71e --- /dev/null +++ b/deps/zlib @@ -0,0 +1 @@ +Subproject commit 5a82f71ed1dfc0bec044d9702463dbdf84ea3b71 diff --git a/deps/zstd b/deps/zstd new file mode 160000 index 00000000..eca205fc --- /dev/null +++ b/deps/zstd @@ -0,0 +1 @@ +Subproject commit eca205fc7849a61ab287492931a04960ac58e031