mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-19 03:34:51 -05:00
19 lines
342 B
JSON
Executable File
19 lines
342 B
JSON
Executable File
{
|
|
"name": "qtdeviceutilities",
|
|
"version": "6.3.0",
|
|
"description": "Utils for Boot2Qt",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtdeclarative",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qttools",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|