2025-06-21 23:29:14 -04:00

5 lines
68 B
Rust

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