PrismLauncher/vcpkg.json
Octol1ttle 7c2019e8ba change: use native APIs for GPU discovery
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit ccc23c8bc3)
2026-06-25 08:01:29 +00:00

31 lines
437 B
JSON

{
"dependencies": [
{
"name": "ecm",
"host": true
},
{
"name": "libqrencode",
"default-features": false
},
{
"name": "pkgconf",
"host": true
},
"cmark",
{
"name": "libarchive",
"default-features": false,
"features": [
"bzip2",
"lz4",
"lzma",
"lzo",
"zstd"
]
},
"tomlplusplus",
"zlib"
]
}