Update vcpkg.json to include libzip.

This commit is contained in:
weakboson 2025-07-26 23:17:50 +08:00
parent 1e31a48957
commit 89b70d14bd

View file

@ -15,10 +15,11 @@
"boost-heap", "boost-heap",
"boost-icl", "boost-icl",
"boost-intrusive", "boost-intrusive",
"boost-locale",
"boost-mpl", "boost-mpl",
"boost-process",
"boost-range", "boost-range",
"boost-spirit", "boost-spirit",
"boost-process",
"boost-test", "boost-test",
"boost-timer", "boost-timer",
"boost-variant", "boost-variant",
@ -27,12 +28,23 @@
"nlohmann-json", "nlohmann-json",
"zlib", "zlib",
"zstd", "zstd",
"sdl2" "sdl2",
{
"name": "dbus",
"default-features": false,
"platform": "linux"
},
{
"name": "libzip",
"platform": "!android"
}
], ],
"features": { "features": {
"yuzu-tests": { "yuzu-tests": {
"description": "Compile tests", "description": "Compile tests",
"dependencies": [ "catch2" ] "dependencies": [
"catch2"
]
}, },
"web-service": { "web-service": {
"description": "Enable web services (telemetry, etc.)", "description": "Enable web services (telemetry, etc.)",
@ -52,6 +64,5 @@
"name": "boost-process", "name": "boost-process",
"version": "1.81.0" "version": "1.81.0"
} }
] ]
} }