From 461909b81144284ce75dc6394987990fcb151a48 Mon Sep 17 00:00:00 2001 From: UTAKERDEV Date: Thu, 8 May 2025 18:09:58 +0000 Subject: [PATCH] Delete main.rs --- main.rs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 main.rs diff --git a/main.rs b/main.rs deleted file mode 100644 index def3633..0000000 --- a/main.rs +++ /dev/null @@ -1,17 +0,0 @@ -// Import custom rust file as crate -mod ui; -mod core; -use ui::gui::ZZZRRLauncher; - -// Import eframe crate to make the UI -use eframe::NativeOptions; - -// Init the Eframe UI and Launch the launcher -fn main() -> eframe::Result<()> { - let options = NativeOptions::default(); - eframe::run_native( - "ZZZ-RR-Launcher Beta", - options, - Box::new(|_cc| Ok(Box::new(ZZZRRLauncher::default()))), - ) -} \ No newline at end of file