2026-02-11 20:39:32 +01:00
|
|
|
{
|
|
|
|
|
"name": "blockchain_ui",
|
2026-06-19 17:04:45 +02:00
|
|
|
"display_name": "Blockchain",
|
2026-07-02 14:35:20 +02:00
|
|
|
"version": "0.0.999",
|
2026-06-05 18:56:04 +02:00
|
|
|
"type": "ui_qml",
|
|
|
|
|
"category": "blockchain",
|
2026-02-11 20:39:32 +01:00
|
|
|
"description": "Blockchain UI module for the Logos application",
|
2026-06-05 18:56:04 +02:00
|
|
|
"main": "blockchain_ui_plugin",
|
|
|
|
|
"icon": "src/icons/blockchain.png",
|
|
|
|
|
"view": "qml/BlockchainView.qml",
|
2026-06-26 18:23:03 +02:00
|
|
|
"dependencies": ["blockchain_module"],
|
2026-06-05 18:56:04 +02:00
|
|
|
"nix": {
|
|
|
|
|
"packages": {
|
|
|
|
|
"build": [],
|
|
|
|
|
"runtime": ["qt6.qtdeclarative", "zstd", "krb5", "abseil-cpp"]
|
|
|
|
|
},
|
|
|
|
|
"external_libraries": [],
|
|
|
|
|
"cmake": {
|
|
|
|
|
"find_packages": ["Qt6Gui"],
|
|
|
|
|
"extra_sources": [],
|
|
|
|
|
"extra_include_dirs": [],
|
|
|
|
|
"extra_link_libraries": ["Qt6::Gui"]
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-02-11 20:39:32 +01:00
|
|
|
}
|