mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-25 06:01:11 +00:00
26 lines
570 B
JSON
26 lines
570 B
JSON
{
|
|
"name": "token_ui",
|
|
"version": "0.1.0",
|
|
"type": "ui_qml",
|
|
"category": "token",
|
|
"description": "UI module for the token program",
|
|
"main": "token_ui_plugin",
|
|
"view": "qml/Main.qml",
|
|
"icon": "icons/token.png",
|
|
"dependencies": ["logos_execution_zone"],
|
|
|
|
"nix": {
|
|
"packages": {
|
|
"build": [],
|
|
"runtime": ["qt6.qtdeclarative", "zstd", "krb5", "abseil-cpp"]
|
|
},
|
|
"external_libraries": [],
|
|
"cmake": {
|
|
"find_packages": [],
|
|
"extra_sources": [],
|
|
"extra_include_dirs": [],
|
|
"extra_link_libraries": []
|
|
}
|
|
}
|
|
}
|