- Removed the `builtin-baseline` entry from `vcpkg.json`, streamlining the configuration. - Updated the GitHub Actions workflow to remove the hardcoded `vcpkgGitCommitId`, enhancing flexibility. - Added `VCPKG_DEFAULT_HOST_TRIPLET` and `VCPKG_FEATURE_FLAGS` to improve build configuration options.
20 lines
358 B
JSON
20 lines
358 B
JSON
{
|
|
"name": "yaze",
|
|
"version": "0.3.1",
|
|
"description": "Yet Another Zelda3 Editor",
|
|
"dependencies": [
|
|
{
|
|
"name": "sdl2",
|
|
"platform": "!uwp",
|
|
"features": ["vulkan"]
|
|
}
|
|
],
|
|
"overrides": [],
|
|
"features": {
|
|
"pkg-config": {
|
|
"description": "Use pkg-config for dependency detection",
|
|
"dependencies": []
|
|
}
|
|
}
|
|
}
|