egui icon indicating copy to clipboard operation
egui copied to clipboard

Updating

Open Resonanz opened this issue 6 months ago • 0 comments

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))))

Resonanz avatar Aug 14 '24 01:08 Resonanz