- Modified CMake presets to include static triplet for vcpkg in Windows configurations, enhancing build consistency. - Updated vcpkg baseline and commit ID across configuration files to ensure compatibility with the latest package versions. - Enhanced CI workflows to utilize the new vcpkg toolchain file, improving the setup process for Windows builds. Benefits: - Ensures the project leverages the latest features and fixes from vcpkg, enhancing overall stability. - Streamlines the Windows build process by consolidating vcpkg configurations, reducing potential discrepancies during builds.
30 lines
608 B
JSON
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": "7ba0ba7334c3346e7eee1e049ba85da193a8d821",
|
|
"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"
|
|
}
|
|
]
|
|
}
|