Files
yaze/vcpkg.json
scawful 255a757304 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.
2025-09-25 11:04:54 -04:00

12 lines
217 B
JSON

{
"name": "yaze",
"version": "0.3.0",
"description": "Yet Another Zelda3 Editor",
"dependencies": [
"zlib",
"libpng",
"sdl2"
],
"builtin-baseline": "c8696863d371ab7f46e213d8f5ca923c4aef2a00"
}