mirror of
https://github.com/logos-blockchain/logos-execution-zone-wallet-ui.git
synced 2026-05-06 04:39:28 +00:00
27 lines
667 B
JSON
27 lines
667 B
JSON
{
|
|
"name": "lez_wallet_ui",
|
|
"version": "1.0.0",
|
|
"type": "ui_qml",
|
|
"category": "wallet",
|
|
"description": "Execution Zone Wallet UI module for the Logos application",
|
|
"author": "Logos Blockchain Team",
|
|
"main": "lez_wallet_ui_plugin",
|
|
"icon": "src/qml/icons/copy.svg",
|
|
"view": "qml/ExecutionZoneWalletView.qml",
|
|
"dependencies": ["lez_wallet_module"],
|
|
|
|
"nix": {
|
|
"packages": {
|
|
"build": [],
|
|
"runtime": ["qt6.qtdeclarative", "zstd", "krb5", "abseil-cpp"]
|
|
},
|
|
"external_libraries": [],
|
|
"cmake": {
|
|
"find_packages": [],
|
|
"extra_sources": [],
|
|
"extra_include_dirs": [],
|
|
"extra_link_libraries": []
|
|
}
|
|
}
|
|
}
|