Files
yaze/vcpkg.json
scawful 83ad27e6a0 chore: Refactor vcpkg.json and update CMake configurations
- Removed the abseil dependency from vcpkg.json for Windows platform.
- Updated CMake configuration to prevent finding system-installed protobuf and abseil, ensuring gRPC uses bundled versions.
- Modified todo_manager.cc to convert paths to strings for consistency.
- Updated vision_action_refiner.cc to explicitly convert stripped whitespace strings to std::string.
- Added undefinitions for Windows macros in z3ed_network_client.cc to avoid conflicts with method names.
2025-10-09 12:44:07 -04:00

34 lines
674 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "yaze",
"version": "0.3.2",
"description": "Yet Another Zelda3 Editor",
"builtin-baseline": "01f602195983451bc83e72f4214af2cbc495aa94",
"dependencies": [
{
"name": "sdl2",
"platform": "windows",
"default-features": false,
"features": []
},
{
"name": "yaml-cpp",
"platform": "windows"
},
{
"name": "zlib",
"platform": "windows"
},
{
"name": "openssl",
"platform": "windows"
}
],
"overrides": [
{
"name": "sdl2",
"version": "2.30.9"
}
]
}