2026-03-19 19:42:15 +01:00
|
|
|
{
|
|
|
|
|
"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"
|
|
|
|
|
}
|