egui
egui copied to clipboard
Updating
I updated cargo.toml to:
[dev-dependencies]
eframe = "0.28"
[features]
default = ["egui28"]
This required the addition of an Ok() in todo.rs line 11
Ok(Box::new(app))))