- Updated the `builtin-baseline` in `vcpkg.json` to `4bee3f5aae7aefbc129ca81c33d6a062b02fcf3b`, ensuring accurate dependency management. - Modified the GitHub Actions workflow to reflect the new `vcpkgGitCommitId`, enhancing the reliability of the build process.
21 lines
424 B
JSON
21 lines
424 B
JSON
{
|
|
"name": "yaze",
|
|
"version": "0.3.1",
|
|
"description": "Yet Another Zelda3 Editor",
|
|
"dependencies": [
|
|
{
|
|
"name": "sdl2",
|
|
"platform": "!uwp",
|
|
"features": ["vulkan"]
|
|
}
|
|
],
|
|
"builtin-baseline": "4bee3f5aae7aefbc129ca81c33d6a062b02fcf3b",
|
|
"overrides": [],
|
|
"features": {
|
|
"pkg-config": {
|
|
"description": "Use pkg-config for dependency detection",
|
|
"dependencies": []
|
|
}
|
|
}
|
|
}
|