From 98c69561b554888dc9668ed1382f6f7ce92961ee Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 15 Feb 2024 12:42:51 +0100 Subject: [PATCH] add libzip --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 7949951..be8b819 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -16,6 +16,7 @@ "sol2", "toml11", "zstd", - "glm" + "glm", + "libzip" ] }