mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
5 lines
67 B
Rust
5 lines
67 B
Rust
fn main() {
|
|
// Build the Tauri app
|
|
tauri_build::build();
|
|
}
|