Files
yaze/vcpkg.json
scawful ff69bf0393 chore(vcpkg): update baseline and commit ID for vcpkg integration
- Updated the vcpkg baseline in `vcpkg-configuration.json` and `vcpkg.json` to the latest commit `8eb57355a4ffb410a2e94c07b4dca2dffbee8e50`, ensuring compatibility with the latest package versions.
- Modified CI workflows in `ci.yml` and `release.yml` to reflect the new vcpkg commit ID, improving consistency across build configurations.

Benefits:
- Ensures the project is using the most recent vcpkg features and fixes, enhancing overall stability and performance.
- Maintains alignment between the vcpkg configuration and CI workflows, reducing potential discrepancies during builds.
2025-10-15 18:49:45 -04:00

30 lines
608 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": "8eb57355a4ffb410a2e94c07b4dca2dffbee8e50",
"dependencies": [
{
"name": "sdl2",
"platform": "windows",
"default-features": false,
"features": []
},
{
"name": "yaml-cpp",
"platform": "windows"
},
{
"name": "zlib",
"platform": "windows"
}
],
"overrides": [
{
"name": "sdl2",
"version": "2.30.9"
}
]
}