| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.36.2 - _TextEdit_event_filter_ and bugfixes source code.tar.gz | 2026-09-08 | 3.6 MB | |
| 0.36.2 - _TextEdit_event_filter_ and bugfixes source code.zip | 2026-09-08 | 3.9 MB | |
| README.md | 2026-09-08 | 1.7 kB | |
| Totals: 3 Items | 7.5 MB | 3 | |
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
🔧 Changed
- Fallback
window_title_frametowindow_framewhen unspecified #8400 by @rustbasic - Don't revert external changes to a focused
DragValue#8403 by @teddytennant
🐛 Fixed
- Match image file extensions case-insensitively #8430 by @emilk
- Fix rendering of thin, angled rectangles #8482 by @emilk
- Fix zero-duration value animations returning the previous value #8469 by @cuishuang
- Fix panic in hit-test when a widget rect contains a NaN #8479 by @emilk
- Properly respect
min_sizeinTextEdit#8420 by @lucasmerlin