Emil Ernerfeldt/egui: Release 0.29.1

Name: egui

Owner: Emil Ernerfeldt

Release: 0.29.1 - Bug fixes

Released: 2024-10-01

License: Apache-2.0

Release Assets:

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

  • Remove debug-assert triggered by with_layer_id/dnd_drag_source #5191 by @emilk
  • Fix id clash in Ui::response #5192 by @emilk
  • Do not round panel rectangles to pixel grid #5196 by @emilk

eframe

  • Linux: Disable IME to fix backspace/arrow keys #5188 by @emilk

To top