mirror of
https://notabug.org/litucks/torzu.git
synced 2025-04-28 09:35:26 +00:00
Updated to fmt 11 with the required source changes for it to work. Also updated vcpkg for this, and as an added benefit it fixes the `Unable to find a valid Visual Studio instance` error, and the VS 2019 build tools are no longer required. Just make sure to delete the existing downloaded vcpkg tool and binaries in `externals/vcpkg` if you have compiled before, or else it will continue to use the old version and give the error. Reviewed-on: http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/pulls/68 Co-authored-by: lui <lui@vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion> Co-committed-by: lui <lui@vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion>
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "yuzu",
|
|
"builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289",
|
|
"version": "1.0",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
"boost-asio",
|
|
"boost-bind",
|
|
"boost-config",
|
|
"boost-container",
|
|
"boost-context",
|
|
"boost-crc",
|
|
"boost-functional",
|
|
"boost-heap",
|
|
"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" ]
|
|
},
|
|
"web-service": {
|
|
"description": "Enable web services (telemetry, etc.)",
|
|
"dependencies": [
|
|
{
|
|
"name": "openssl",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
},
|
|
"android": {
|
|
"description": "Enable Android dependencies",
|
|
"dependencies": [
|
|
{
|
|
"name": "oboe",
|
|
"platform": "android"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"overrides": [
|
|
{
|
|
"name": "catch2",
|
|
"version": "3.3.1"
|
|
},
|
|
{
|
|
"name": "fmt",
|
|
"version": "11.0.2"
|
|
}
|
|
]
|
|
}
|