forked from eden-emu/eden
Update vcpkg.json
to include libzip.
This commit is contained in:
parent
1e31a48957
commit
89b70d14bd
1 changed files with 16 additions and 5 deletions
21
vcpkg.json
21
vcpkg.json
|
@ -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"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue