Files
win-softmgr/src-tauri/src/main.rs
Julian Freeman 375b6fdb11 first
2026-03-14 16:18:11 -04:00

7 lines
187 B
Rust

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