2026-04-20 15:17:40 +02:00

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": []
}
}
}