Files
logos-chat-ui/metadata.json
osmaczko 9d637f5e36 chore: port QML chat UI to drive the rust-bindings-exploration chat_module
Replaces the QML+C++-backend implementation (master) with a pure-QML port that
talks to the Rust chat_module exclusively via logos.callModule.

Note: pure QML is for the sake of simplicity for POC. It'll be reworked
back to QML+C++ properly as followup.
2026-05-07 15:32:54 +02:00

11 lines
243 B
JSON

{
"name": "chat_ui",
"version": "0.1.0",
"description": "Logos Chat — QML UI App for chat_module",
"author": "Logos Core Team",
"type": "ui_qml",
"category": "messaging",
"view": "Chat.qml",
"dependencies": ["chat_module"]
}