Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.31.1 - TextEdit and egui_kittest fixes source code.tar.gz | 2025-03-05 | 10.3 MB | |
0.31.1 - TextEdit and egui_kittest fixes source code.zip | 2025-03-05 | 10.5 MB | |
README.md | 2025-03-05 | 1.5 kB | |
Totals: 3 Items | 20.8 MB | 0 |
egui is an easy-to-use immediate mode GUI for Rust that runs on both web and native.
Try it now: https://www.egui.rs/
egui development is sponsored by Rerun, a startup building an SDK for visualizing streams of multimodal data.
egui
- Fix sizing bug in
TextEdit::singleline
#5640 by @IaVashik - Fix panic when rendering thin textured rectangles #5692 by @PPakalns
egui_extras
- Fix image_loader for animated image types #5688 by @BSteffaniak
egui_kittest
- Fix modifiers not working in kittest #5693 by @lucasmerlin
- Enable all features for egui_kittest docs #5711 by @YgorSouza
- Run a frame per queued event in egui_kittest #5704 by @lucasmerlin
- Add guidelines for image comparison tests #5714 by @Wumpf