Files
yaze/vcpkg.json
scawful 3811002d80 chore(vcpkg): remove SDL2 overlay and related configurations
- Eliminated the custom vcpkg overlay for SDL2, which was previously used to address installation issues on Windows.
- Updated `vcpkg.json` to remove SDL2 dependency and related configurations from CI and release workflows.
- Deleted associated documentation and files for the SDL2 overlay to streamline the project structure.

Benefits:
- Simplifies the vcpkg configuration by removing unnecessary overlays, improving maintainability.
- Reduces complexity in the CI and release processes, enhancing overall build reliability.
2025-10-15 22:56:12 -04:00

18 lines
408 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "yaze",
"version": "0.3.2",
"description": "Yet Another Zelda3 Editor",
"builtin-baseline": "7ba0ba7334c3346e7eee1e049ba85da193a8d821",
"dependencies": [
{
"name": "yaml-cpp",
"platform": "windows"
},
{
"name": "zlib",
"platform": "windows"
}
]
}