mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-14 06:16:08 +01:00
6 lines
120 B
Rust
6 lines
120 B
Rust
const COMMANDS: &[&str] = &["set_title", "set_theme"];
|
|
|
|
fn main() {
|
|
tauri_plugin::Builder::new(COMMANDS).build();
|
|
}
|