mirror of
https://github.com/emilk/egui.git
synced 2026-06-28 07:23:13 -04:00
* Bug introduced in https://github.com/emilk/egui/pull/4013 * Closes https://github.com/emilk/egui/issues/4017 Unfortunately this is a breaking change, since it changes the fields of `Response`, so can't do a patch-release with this.
GUI implementation
This is the core library crate egui. It is fully platform independent without any backend. You give the egui library input each frame (mouse pos etc), and it outputs a triangle mesh for you to paint.