Tauri desktop shell (reuses web/ frontend, connects to OpenAI-compatible endpoint, isolated in desktop/) (#24)

* Add Tauri desktop shell

* Update desktop setup after web UI merge

* Declare desktop bundle icons
This commit is contained in:
ZacharyZcR
2026-07-12 07:40:21 +08:00
committed by GitHub
parent 57730f6196
commit 5198feec7c
17 changed files with 4525 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "colibri-desktop"
version = "0.1.0"
description = "Native desktop shell for the colibri inference engine"
authors = ["colibri contributors"]
edition = "2024"
rust-version = "1.85"
[lib]
name = "colibri_desktop_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.6.3", features = [] }
[dependencies]
tauri = { version = "2.11.5", features = [] }