mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 21:00:03 -04:00
Fix all warnings
This commit is contained in:
@@ -162,6 +162,6 @@ fn main() {
|
||||
initial_window_size: Some(egui::Vec2::new(400.0, 220.0)),
|
||||
..NativeOptions::default()
|
||||
},
|
||||
Box::new(|_| Box::new(App::default())),
|
||||
Box::new(|_| Box::<App>::default()),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user