mc-prismlauncher/vcpkg.json
Seth Flynn 534b1513b8
build(vcpkg): only use pkgconf with msvc
Signed-off-by: Seth Flynn <getchoo@tuta.io>
2026-08-05 20:38:01 -04:00

32 lines
475 B
JSON

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