Update custom consumption dependencies
This commit is contained in:
@ -11,7 +11,7 @@ fn main() {
|
||||
eframe::run_native(
|
||||
"Custom consumption",
|
||||
options,
|
||||
Box::new(|_cc| Box::<MyApp>::default()),
|
||||
Box::new(|_cc| Ok(Box::<MyApp>::default())),
|
||||
)
|
||||
.unwrap()
|
||||
}
|
||||
|
Reference in New Issue
Block a user