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