mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-25 06:01:11 +00:00
Add portable Basecamp packaging and an inspector-driven end-to-end flow.
27 lines
646 B
JSON
27 lines
646 B
JSON
{
|
|
"name": "token_ui",
|
|
"version": "0.1.0",
|
|
"type": "ui_qml",
|
|
"category": "token",
|
|
"display_name": "Token",
|
|
"description": "Logos UI module for creating and inspecting Token Program assets",
|
|
"main": "token_ui_plugin",
|
|
"view": "qml/Main.qml",
|
|
"icon": "icons/token.png",
|
|
"dependencies": ["logos_execution_zone", "token_module"],
|
|
|
|
"nix": {
|
|
"packages": {
|
|
"build": [],
|
|
"runtime": ["qt6.qtdeclarative", "zstd", "krb5", "abseil-cpp"]
|
|
},
|
|
"external_libraries": [],
|
|
"cmake": {
|
|
"find_packages": [],
|
|
"extra_sources": [],
|
|
"extra_include_dirs": [],
|
|
"extra_link_libraries": []
|
|
}
|
|
}
|
|
}
|