- Update egui 0.24
- replace fltk_egui::with_fltk to fltk_egui::init.
- Update with each egui version.
- Update egui 0.19
- Update examples
- Replace tex_handle_from_* with egui::TextureHandle::from_* (use trait TextureHandleExt required)
- Add TextureHandleExt and ColorImageExt
- Remove gl in favor of painter.gl()
- Update egui 0.18.1
- Replace GL backend with egui_glow crate.
- Update egui (v0.17).
- Scaling can be set using EguiState::set_visual_scale() instead of the previous DpiScaling.