๐ egui v0.34.3 Release Notes
Release Date: 2026-05-27 // 11 days ago-
๐ 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
๐ง Changed
- ๐ Fix random hangs by improving
Previous changes from v0.34.2
-
๐ 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

