egui/crates
Emil Ernerfeldt e99bd00dec
Only avoid glow context switching on Windows (#4296)
…since it is reportedly broken on Windows

* Early-out added in https://github.com/emilk/egui/pull/4284
* Re-opens https://github.com/emilk/egui/issues/4173 😭 
* Closes https://github.com/emilk/egui/issues/4289
* Closes https://github.com/emilk/egui/pull/4290
2024-04-01 12:14:44 +02:00
..
ecolor Change `Frame::multiply_with_opacity` to multiply in gamma space (#4283) 2024-03-30 18:39:05 +01:00
eframe Only avoid glow context switching on Windows (#4296) 2024-04-01 12:14:44 +02:00
egui Remove warning in release build 2024-03-31 20:41:44 +02:00
egui-wgpu Release 0.27.1 (#4264) 2024-03-29 13:12:26 +01:00
egui-winit Fix `ViewportCommand::InnerSize` not resizing viewport on Wayland (#4211) 2024-03-30 20:09:28 +01:00
egui_demo_app Make the code example demo narrow enough to fit on mobile (#4281) 2024-03-30 17:51:44 +01:00
egui_demo_lib Rename `fn scroll2` to `fn scroll` (#4282) 2024-03-30 18:00:43 +01:00
egui_extras Release 0.27.1 (#4264) 2024-03-29 13:12:26 +01:00
egui_glow Remove a bunch of `unwrap()` (#4285) 2024-03-30 19:33:19 +01:00
egui_plot Allow zoom/pan a plot as long as it contains the mouse cursor (#4292) 2024-03-31 20:20:46 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Add some tests for `Rect` 2024-03-26 11:13:04 +01:00
epaint Overload operators for `Rect + Margin`, `Rect - Margin` etc (#4277) 2024-03-30 14:03:41 +01:00