Files
prismlauncher-crack/vcpkg.json
Seth Flynn 3b9e020115 feat(ui/MSALoginDialog): use libqrencode for qr codes
`qrcodegen` isn't available in most repositories, package discovery
scripts for it are maintained in a different repository, and they are
bugged for Windows at least. This basically forces us into vendoring it,
which isn't cool; libqrencode seems like viable alternative used by many
more apps

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

12 lines
182 B
JSON

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