LCE-Emerald-Launcher/src-tauri/src/main.rs
KayJann c94db91238 Making the source code public
Finally ! here's the source code
2026-03-12 13:52:32 +01:00

7 lines
198 B
Rust

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