Delete main.rs
This commit is contained in:
parent
ba267b7a50
commit
461909b811
1 changed files with 0 additions and 17 deletions
17
main.rs
17
main.rs
|
@ -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()))),
|
|
||||||
)
|
|
||||||
}
|
|
Loading…
Reference in a new issue