egui 0.23 has been released!
You can now truncate text to a specific width, with … eliding the truncated part.
There is a new debug interface available by holding down all modifier keys (on native in debug builds) if you enable the new `callstack` feature.
But most importantly, there is a slick new image API, that's super easy to use!
Try it at https://www.egui.rs/
egui changelog: https://github.com/emilk/egui/blob/master/CHANGELOG.md
eframe changelog: https://github.com/emilk/egui/blob/master/crates/eframe/CHANGELOG.md
