5 lines
78 B
Rust
5 lines
78 B
Rust
fn main() {
|
|
#[cfg(feature = "tauri-runtime")]
|
|
tauri_build::build();
|
|
}
|