Files
prismlauncher-crack/vcpkg.json
Seth Flynn 83b4a31144 build(vcpkg): use a minimal libqrencode build
`libpng` in vcpkg doesn't have the right patches (libpng@ed68998) to
build with universal binary support on macOS, so let's avoid building it
(we need to bump our baseline for this too)

Thanks for letting me know it was optional, Kode :)

Signed-off-by: Seth Flynn <getchoo@tuta.io>
2025-11-13 04:13:02 -05:00

21 lines
269 B
JSON

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