| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.32.1 - Misc bug fixes source code.tar.gz | 2025-08-15 | 2.5 MB | |
| 0.32.1 - Misc bug fixes source code.zip | 2025-08-15 | 2.8 MB | |
| README.md | 2025-08-15 | 1.7 kB | |
| Totals: 3 Items | 5.4 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 changelog
ā Added
- Add
ComboBox::popup_style#7360 by @lucasmerlin
š Fixed
- Fix glyph rendering: clamp coverage to [0, 1] #7415 by @emilk
- Fix manual
Popupnot closing #7383 by @lucasmerlin - Fix
WidgetText::Textignoring fallback font and overrides #7361 by @lucasmerlin - Fix
override_text_colorpriority #7439 by @YgorSouza - Fix debug-panic in ScrollArea if contents fit without scrolling #7440 by @YgorSouza
eframe changelog
- Enable wgpu default features in eframe / egui_wgpu default features #7344 by @lucasmerlin
- Request a redraw when the url change through the
popstateevent listener #7403 by @irevoire