DrCr/src-tauri/src/main.rs

7 lines
179 B
Rust
Raw Normal View History

2024-11-15 19:35:11 +11:00
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
drcr_lib::run()
}