27 lines
667 B
JSON
Raw Permalink Normal View History

2026-02-20 14:20:39 +01:00
{
2026-04-20 15:17:40 +02:00
"name": "lez_wallet_ui",
2026-02-20 14:20:39 +01:00
"version": "1.0.0",
"type": "ui_qml",
"category": "wallet",
2026-02-20 14:20:39 +01:00
"description": "Execution Zone Wallet UI module for the Logos application",
"author": "Logos Blockchain Team",
2026-04-20 15:17:40 +02:00
"main": "lez_wallet_ui_plugin",
"icon": "src/qml/icons/copy.svg",
"view": "qml/ExecutionZoneWalletView.qml",
2026-04-20 15:17:40 +02:00
"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": []
}
}
2026-02-20 14:20:39 +01:00
}