Files
Pake/src-tauri/src/main.rs
2024-09-14 14:36:07 +08:00

9 lines
139 B
Rust

#![cfg_attr(
all(not(debug_assertions), target_os = "windows"),
windows_subsystem = "windows"
)]
fn main() {
app_lib::run()
}