egui/eframe/examples
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
..
custom_font.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
file_dialog.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
hello_world.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
image.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
rust-logo-256x256.png Improve the frame around ImageButton 2021-09-20 22:37:21 +02:00
rust-logo-license.txt Add example of loading and showing an image with eframe/egui 2021-09-04 17:44:01 +02:00