mirror of
https://github.com/logos-co/logos-tutorial.git
synced 2026-08-31 12:51:14 +00:00
11 lines
258 B
JSON
11 lines
258 B
JSON
{
|
|
"name": "calc_ui_cpp",
|
|
"version": "1.0.0",
|
|
"description": "Calculator C++ UI — widget frontend for calc_module",
|
|
"type": "ui",
|
|
"main": "calc_ui_cpp_plugin",
|
|
"dependencies": ["calc_module"],
|
|
"category": "tools",
|
|
"icon": "icons/calc.png"
|
|
}
|