| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.34.2_ Text layout and selection fixes source code.tar.gz | 2026-05-04 | 2.5 MB | |
| 0.34.2_ Text layout and selection fixes source code.zip | 2026-05-04 | 2.8 MB | |
| README.md | 2026-05-04 | 1.4 kB | |
| Totals: 3 Items | 5.2 MB | 1 | |
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.
⭐ Added
🐛 Fixed
- Fix wrong color of last glyph of selected text #8075 by @emilk
- Fix text selection of centered and right-aligned text #8076 by @emilk
- Fix
Context::is_pointer_over_eguiandContext::egui_wants_pointer_input#8081 by @emilk - Fix centered & right aligned
TextEdit#8082 by @lucasmerlin
🚀 Performance
- Optimize text selection performance for large documents #7917 by @rustbasic