- Changed the `builtin-baseline` in `vcpkg.json` to a specific commit ID `d18b2e4129c1ff667b1e660528d6d2678f38c6fc`, ensuring precise dependency management. - Updated 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": "d18b2e4129c1ff667b1e660528d6d2678f38c6fc",
|
|
"overrides": [],
|
|
"features": {
|
|
"pkg-config": {
|
|
"description": "Use pkg-config for dependency detection",
|
|
"dependencies": []
|
|
}
|
|
}
|
|
}
|