| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.34.3_ wgpu surface lifecycle fixes source code.tar.gz | 2026-05-27 | 2.5 MB | |
| 0.34.3_ wgpu surface lifecycle fixes source code.zip | 2026-05-27 | 2.8 MB | |
| README.md | 2026-05-27 | 1.1 kB | |
| Totals: 3 Items | 5.2 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.
⭐ Added
🐛 Fixed
- Fix random hangs by improving
wgpu::Surfacelifecycle handling #8171 by @grtlr - Fix
ScrollArea::scroll_to_*calls whenstick_to_bottomis Active #8033 by @AmmarAbouZor