mirror of
https://github.com/Priler/jarvis.git
synced 2026-06-03 19:09:45 +00:00
Now GUI and the app itself is divided into two different binaries. The app also provides system tray icon. Whereas the GUI can be used to configure the app.
5 lines
58 B
Rust
5 lines
58 B
Rust
fn main() {
|
|
// Tauri build
|
|
tauri_build::build()
|
|
}
|