egui/egui_demo_lib/src
Emil Ernerfeldt d5673412dd
Put everything in Context behind the same Mutex (#1050)
* 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>
2022-01-10 23:13:10 +01:00
..
apps Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
easy_mark Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
backend_panel.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
frame_history.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
lib.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
syntax_highlighting.rs Refactor memory data (#836) 2021-10-27 08:51:34 +02:00
wrap_app.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00