- Updated the vcpkg baseline and commit ID across configuration files to the latest version for improved compatibility. - Added SDL2 as a dependency in `vcpkg.json` for Windows platform support. - Adjusted CI and release workflows to reflect the new vcpkg commit ID, ensuring consistency in the build process. Benefits: - Ensures the project utilizes the latest features and fixes from vcpkg, enhancing overall stability and reliability. - Streamlines the integration of SDL2, improving support for Windows builds.
22 lines
471 B
JSON
22 lines
471 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": "b2c74683ecfd6a8e7d27ffb0df077f66a9339509",
|
|
"dependencies": [
|
|
{
|
|
"name": "sdl2",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "yaml-cpp",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "zlib",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|