- Set the `builtin-baseline` in `vcpkg.json` to `2024.12.18`, ensuring compatibility with the latest dependencies. - Updated the GitHub Actions workflow to include the new `vcpkgGitCommitId`, improving the build process reliability.
21 lines
394 B
JSON
21 lines
394 B
JSON
{
|
|
"name": "yaze",
|
|
"version": "0.3.1",
|
|
"description": "Yet Another Zelda3 Editor",
|
|
"dependencies": [
|
|
{
|
|
"name": "sdl2",
|
|
"platform": "!uwp",
|
|
"features": ["vulkan"]
|
|
}
|
|
],
|
|
"builtin-baseline": "2024.12.18",
|
|
"overrides": [],
|
|
"features": {
|
|
"pkg-config": {
|
|
"description": "Use pkg-config for dependency detection",
|
|
"dependencies": []
|
|
}
|
|
}
|
|
}
|