- Removed the `builtin-baseline` from `vcpkg.json` to prevent version database mismatches. - Updated the CI workflow to synchronize with the stable vcpkg commit `c8696863d371ab7f46e213d8f5ca923c4aef2a00`. - Adjusted the CI build matrix to remove the x86 Windows build due to cpp-httplib incompatibility. - Added compiler definitions in `cmake/grpc.cmake` to prevent Windows macro pollution in protobuf-generated headers.
15 lines
231 B
JSON
15 lines
231 B
JSON
{
|
|
"name": "yaze",
|
|
"version": "0.3.2",
|
|
"description": "Yet Another Zelda3 Editor",
|
|
"dependencies": [
|
|
{
|
|
"name": "sdl2",
|
|
"platform": "!uwp",
|
|
"features": ["vulkan"]
|
|
},
|
|
"yaml-cpp",
|
|
"zlib"
|
|
]
|
|
}
|