Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.29.1 - Bug fixes source code.tar.gz | 2024-10-01 | 10.9 MB | |
0.29.1 - Bug fixes source code.zip | 2024-10-01 | 11.1 MB | |
README.md | 2024-10-01 | 833 Bytes | |
Totals: 3 Items | 22.0 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
- 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