From c8f3c27cddd1f319e3d79236dc4315d5d9f353a3 Mon Sep 17 00:00:00 2001 From: Arisotura Date: Sat, 10 Aug 2024 17:10:21 +0200 Subject: [PATCH] add enet dependency --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index ab89176e..445f3139 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -3,7 +3,8 @@ "dependencies": [ "sdl2", "libarchive", - "zstd" + "zstd", + "enet" ], "features": { "qt6": {