Files
egui/crates/egui
Lucas Meurer 82aaef3530 Fix resizing of Grid (#8170)
- 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
2026-05-18 18:25:26 +02:00
..
2026-05-18 18:25:26 +02:00

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.