5198feec7c
* Add Tauri desktop shell * Update desktop setup after web UI merge * Declare desktop bundle icons
6 lines
114 B
Rust
6 lines
114 B
Rust
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
|
|
|
fn main() {
|
|
colibri_desktop_lib::run();
|
|
}
|