Files
Triple-C/app/src-tauri/src/main.rs
T

7 lines
166 B
Rust
Raw Normal View History

// Prevents additional console window on Windows in release
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
triple_c_lib::run()
}