mirror of
https://github.com/logos-blockchain/logos-execution-zone-wallet-ui.git
synced 2026-07-30 14:43:16 +00:00
28 lines
690 B
JSON
28 lines
690 B
JSON
{
|
|
"name": "lez_wallet_ui",
|
|
"display_name": "LEZ Wallet",
|
|
"version": "1.0.1",
|
|
"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_core"],
|
|
|
|
"nix": {
|
|
"packages": {
|
|
"build": [],
|
|
"runtime": ["qt6.qtdeclarative", "zstd", "krb5", "abseil-cpp"]
|
|
},
|
|
"external_libraries": [],
|
|
"cmake": {
|
|
"find_packages": [],
|
|
"extra_sources": [],
|
|
"extra_include_dirs": [],
|
|
"extra_link_libraries": []
|
|
}
|
|
}
|
|
}
|