egui/crates
Emil Ernerfeldt 85489dc1dd
Fix deadlock on `custom_window_frame` (#3612)
* Reverts commit e037489 (https://github.com/emilk/egui/pull/3601)
* Reopens https://github.com/emilk/egui/issues/3494

It caused a deadlock on Mac when running `custom_window_frame`
2023-11-23 09:22:10 +01:00
..
ecolor Update MSRV to Rust 1.72 (#3595) 2023-11-21 17:26:35 +01:00
eframe Fix: fall back to default egui icon if non is set (#3610) 2023-11-22 20:54:16 +01:00
egui Keep unsafe code forbidden when puffin is disabled (#3603) 2023-11-22 20:37:46 +01:00
egui-wgpu PaintCallbackInfo::viewport_in_pixels now guarantees to stay in bounds (#3604) 2023-11-22 21:01:38 +01:00
egui-winit Fix deadlock on `custom_window_frame` (#3612) 2023-11-23 09:22:10 +01:00
egui_demo_app Introduce global `zoom_factor` (#3608) 2023-11-22 20:34:51 +01:00
egui_demo_lib Keep unsafe code forbidden when puffin is disabled (#3603) 2023-11-22 20:37:46 +01:00
egui_extras Keep unsafe code forbidden when puffin is disabled (#3603) 2023-11-22 20:37:46 +01:00
egui_glow PaintCallbackInfo::viewport_in_pixels now guarantees to stay in bounds (#3604) 2023-11-22 21:01:38 +01:00
egui_plot Update MSRV to Rust 1.72 (#3595) 2023-11-21 17:26:35 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Keep unsafe code forbidden when puffin is disabled (#3603) 2023-11-22 20:37:46 +01:00
epaint PaintCallbackInfo::viewport_in_pixels now guarantees to stay in bounds (#3604) 2023-11-22 21:01:38 +01:00