mirror of
https://github.com/logos-co/logos-chat-ui.git
synced 2026-08-27 09:11:11 +00:00
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.
11 lines
243 B
JSON
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"]
|
|
}
|