2022-07-22 18:49:43 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
|
|
"name": "yuzu",
|
2022-08-07 21:00:47 +00:00
|
|
|
"builtin-baseline": "9b22b40c6c61bf0da2d46346dd44a11e90972cc9",
|
2022-07-22 18:49:43 +00: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"
|
2022-07-25 17:02:09 +00:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"yuzu-tests": {
|
|
|
|
"description": "Compile tests",
|
|
|
|
"dependencies": [ "catch2" ]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"name": "catch2",
|
|
|
|
"version": "2.13.9"
|
2022-08-07 21:00:47 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "fmt",
|
|
|
|
"version": "9.0.0"
|
2022-07-25 17:02:09 +00:00
|
|
|
}
|
2022-07-22 18:49:43 +00:00
|
|
|
]
|
|
|
|
}
|