mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-04-16 23:36:54 -04:00
33 lines
459 B
JSON
33 lines
459 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",
|
|
"vulkan-headers"
|
|
]
|
|
}
|