From ad466e020b9bb588850d3e6fc5bb52aa55fa8e33 Mon Sep 17 00:00:00 2001 From: alice <58637860+alicealys@users.noreply.github.com> Date: Sun, 26 Jul 2026 02:34:41 +0200 Subject: [PATCH] update deps --- deps/json | 2 +- deps/minhook | 2 +- deps/premake/zlib.lua | 39 --------------------------------------- deps/zlib | 1 - 4 files changed, 2 insertions(+), 42 deletions(-) delete mode 100644 deps/premake/zlib.lua delete mode 160000 deps/zlib diff --git a/deps/json b/deps/json index 0457de2..d0d2903 160000 --- a/deps/json +++ b/deps/json @@ -1 +1 @@ -Subproject commit 0457de21cffb298c22b629e538036bfeb96130b7 +Subproject commit d0d29039dacb449bf5d5a38e17f05bdf9bd74ee7 diff --git a/deps/minhook b/deps/minhook index f5485b8..d94c64d 160000 --- a/deps/minhook +++ b/deps/minhook @@ -1 +1 @@ -Subproject commit f5485b8454544c2f034c78f8f127c1d03dea3636 +Subproject commit d94c64d32ea37bc4f5ee47d580709f70c6fb6080 diff --git a/deps/premake/zlib.lua b/deps/premake/zlib.lua deleted file mode 100644 index 566a707..0000000 --- a/deps/premake/zlib.lua +++ /dev/null @@ -1,39 +0,0 @@ -zlib = { - source = path.join(dependencies.basePath, "zlib"), -} - -function zlib.import() - links { "zlib" } - zlib.includes() -end - -function zlib.includes() - includedirs { - zlib.source - } - - defines { - "ZLIB_CONST", - } -end - -function zlib.project() - project "zlib" - language "C" - - zlib.includes() - - files { - path.join(zlib.source, "*.h"), - path.join(zlib.source, "*.c"), - } - - defines { - "_CRT_SECURE_NO_DEPRECATE", - } - - warnings "Off" - kind "StaticLib" -end - -table.insert(dependencies, zlib) diff --git a/deps/zlib b/deps/zlib deleted file mode 160000 index 5c42a23..0000000 --- a/deps/zlib +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5c42a230b7b468dff011f444161c0145b5efae59