mirror of
https://github.com/emilk/egui.git
synced 2026-07-12 01:28:54 +00:00
82aaef3530
- fixes https://github.com/emilk/egui/issues/8168 - broke in https://github.com/emilk/egui/pull/8152 Now we get the min size by running a sizing pass once, when the resize drag starts
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.