mirror of
https://github.com/emilk/egui.git
synced 2026-07-10 08:44:11 +00:00
d5673412dd
* Move all interior mutability from Context to CtxRef and make it a handle * Rename `CtxRef` to `Context` * The old `Context` is now `ContextImpl` and is non-pub * Add benchmark Painter::rect Co-authored-by: Daniel Keller <dklr433@gmail.com>