mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-28 17:44:20 +03:00
31 lines
437 B
JSON
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"
|
|
]
|
|
}
|