mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-08-19 20:26:10 -04:00
32 lines
475 B
JSON
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"
|
|
]
|
|
}
|