From 37c0c1466801d2121757e1b259c111406257a8dc Mon Sep 17 00:00:00 2001 From: Christoph Haag Date: Sun, 3 Dec 2023 20:31:58 +0100 Subject: [PATCH] vcpkg: Remove SDL "base" feature It has been removed upstream, see https://github.com/microsoft/vcpkg/commit/ea9f45d1bc03efbf43a3bbd0788d6a433b8fe445 --- vcpkg.json | 1 - 1 file changed, 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 92658be6e..5a8e8f3bc 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -38,7 +38,6 @@ { "name": "sdl2", "features": [ - "base", "vulkan" ] }