yuzu-src/vcpkg.json

57 lines
1.4 KiB
JSON
Raw Normal View History

2022-11-06 01:58:44 +13:00
{
2023-03-02 04:26:39 +13:00
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
2022-11-06 01:58:44 +13:00
"name": "yuzu",
2023-06-19 03:32:57 +12:00
"builtin-baseline": "cbf56573a987527b39272e88cbdd11389b78c6e4",
2022-11-06 01:58:44 +13:00
"version": "1.0",
"dependencies": [
"boost-algorithm",
"boost-asio",
"boost-bind",
"boost-config",
"boost-container",
"boost-context",
"boost-crc",
"boost-functional",
2023-09-24 12:13:17 +13:00
"boost-heap",
2022-11-06 01:58:44 +13:00
"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" ]
},
2023-03-02 04:26:39 +13:00
"web-service": {
"description": "Enable web services (telemetry, etc.)",
"dependencies": [
{
"name": "openssl",
"platform": "windows"
}
]
2022-11-06 01:58:44 +13:00
}
},
"overrides": [
{
"name": "catch2",
2023-05-04 04:47:38 +12:00
"version": "3.3.1"
2022-11-06 01:58:44 +13:00
},
{
"name": "fmt",
2023-05-29 10:16:57 +12:00
"version": "10.0.0"
2022-11-06 01:58:44 +13:00
}
]
}