initial commit

This commit is contained in:
Josh Jeppson 2024-11-13 13:40:23 -07:00
parent 3bae9053ce
commit 6c3cb87fe9

View file

@ -15,7 +15,7 @@ fn main() -> eframe::Result {
cc.egui_ctx.set_theme(egui::Theme::Dark);
// egui_extras::install_image_loaders(&cc.egui_ctx);
Ok(Box::<FslcMix>::new(FslcMix::new(10)))
Ok(Box::<FslcMix>::new(FslcMix::new(5)))
}),
)
}