PrismLauncher/vcpkg.json
Octol1ttle ccc23c8bc3
change: use native APIs for GPU discovery
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-28 15:19:31 +05: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"
]
}