From ea05e88e252077cc2ec9452c334b8de1372de1d7 Mon Sep 17 00:00:00 2001 From: utzcoz Date: Sat, 18 Mar 2023 12:50:01 +0800 Subject: [PATCH] vcpkg: Enable gui feature default It will tell vcpkg to copy sdl2 library to the build directory. Signed-off-by: utzcoz --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 6e536fdd1..e3608bf32 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -17,7 +17,8 @@ "vulkan" ], "default-features": [ - "usb" + "usb", + "gui" ], "features": { "usb": {