Files
2025-09-11 23:55:39 +08:00

5 lines
68 B
Rust

fn main() {
#[cfg(feature = "gui")]
tauri_build::build();
}