From 255a757304f169f9e8179d63b5158147bdde1981 Mon Sep 17 00:00:00 2001 From: scawful Date: Thu, 25 Sep 2025 11:04:54 -0400 Subject: [PATCH] Update SDL2 dependency in vcpkg.json to remove core variant - Changed the SDL2 dependency from "sdl2[core]" to "sdl2" in vcpkg.json for simplified package management and compatibility. --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 5f5e8b4c..733afe85 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -5,7 +5,7 @@ "dependencies": [ "zlib", "libpng", - "sdl2[core]" + "sdl2" ], "builtin-baseline": "c8696863d371ab7f46e213d8f5ca923c4aef2a00" }