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.
This commit is contained in:
scawful
2025-09-25 11:04:54 -04:00
parent d0ff581412
commit 255a757304

View File

@@ -5,7 +5,7 @@
"dependencies": [ "dependencies": [
"zlib", "zlib",
"libpng", "libpng",
"sdl2[core]" "sdl2"
], ],
"builtin-baseline": "c8696863d371ab7f46e213d8f5ca923c4aef2a00" "builtin-baseline": "c8696863d371ab7f46e213d8f5ca923c4aef2a00"
} }