2022-11-05 16:58:44 +04:00
|
|
|
{
|
2023-03-01 19:26:39 +04:00
|
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
2022-11-05 16:58:44 +04:00
|
|
|
"name": "yuzu",
|
2023-05-29 02:16:57 +04:00
|
|
|
"builtin-baseline": "656fcc6ab2b05c6d999b7eaca717027ac3738f71",
|
2022-11-05 16:58:44 +04:00
|
|
|
"version": "1.0",
|
|
|
|
"dependencies": [
|
|
|
|
"boost-algorithm",
|
|
|
|
"boost-asio",
|
|
|
|
"boost-bind",
|
|
|
|
"boost-config",
|
|
|
|
"boost-container",
|
|
|
|
"boost-context",
|
|
|
|
"boost-crc",
|
|
|
|
"boost-functional",
|
|
|
|
"boost-icl",
|
|
|
|
"boost-intrusive",
|
|
|
|
"boost-mpl",
|
|
|
|
"boost-process",
|
|
|
|
"boost-range",
|
|
|
|
"boost-spirit",
|
|
|
|
"boost-test",
|
|
|
|
"boost-timer",
|
|
|
|
"boost-variant",
|
|
|
|
"fmt",
|
|
|
|
"lz4",
|
|
|
|
"nlohmann-json",
|
|
|
|
"zlib",
|
|
|
|
"zstd"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"yuzu-tests": {
|
|
|
|
"description": "Compile tests",
|
|
|
|
"dependencies": [ "catch2" ]
|
|
|
|
},
|
|
|
|
"dbghelp": {
|
|
|
|
"description": "Compile Windows crash dump (Minidump) support",
|
|
|
|
"dependencies": [ "dbghelp" ]
|
2023-03-01 19:26:39 +04:00
|
|
|
},
|
|
|
|
"web-service": {
|
|
|
|
"description": "Enable web services (telemetry, etc.)",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "openssl",
|
|
|
|
"platform": "windows"
|
|
|
|
}
|
|
|
|
]
|
2022-11-05 16:58:44 +04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"name": "catch2",
|
2023-05-03 20:47:38 +04:00
|
|
|
"version": "3.3.1"
|
2022-11-05 16:58:44 +04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "fmt",
|
2023-05-29 02:16:57 +04:00
|
|
|
"version": "10.0.0"
|
2022-11-05 16:58:44 +04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|