๐Ÿ–Œ 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

    • โž• Add winit window access to eframe::Frame and CreationContext #8205 by @emilk

    ๐Ÿ›  ๐Ÿ› Fixed

    • ๐Ÿ›  Fix random hangs by improving wgpu::Surface lifecycle handling #8171 by @grtlr
    • Fix ScrollArea::scroll_to_* calls when stick_to_bottom is Active #8033 by @AmmarAbouZor

    ๐Ÿ”ง Changed


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

    • โž• Add regression test for O(nยฒ) word boundary scan #8077 by @hallyhaa

    ๐Ÿ›  ๐Ÿ› 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_egui and Context::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