- update all crates for egui 0.29 support
- introducing egui_flex, a subset of flexbox for egui
- introducing egui_material_icons, material icons for egui
- update all crates for egui 0.28 support
- introduce egui_router, a spa router for egui
- some smaller changes, view individual crate changelogs for more details
- fix missing docs
- add
egui_form
crate
- update all crates for egui 0.27 support
- changes to egui_inbox (changelog)
- update all crates for egui 0.26 support
- Removed all crates from the default features, and instead added a new feature
all
that includes all crates - Updated egui to 0.25, dropping support for older versions
- Added new crates:
- egui_thumbhash
- egui_infinite_scroll
- egui_suspense