egui/crates
Emil Ernerfeldt 990a8c8b44
Fix sRGB blending and cleanup the relevant code (#2070)
* Fix sRGBA blending on Mac

* Clean up handling of sRGB support

* Assume sRGB support if any extension has sRGB in it

* improve logging very slightly
2022-09-21 21:30:02 +02:00
..
eframe Make eframe::App::as_any_mut optional to implement (#2061) 2022-09-20 13:58:55 +02:00
egui Change several methods from pub(crate) to pub (#2051) 2022-09-21 20:08:26 +02:00
egui-wgpu egui-wgpu: Fix crash on zero-sized scissor rects (#2039) 2022-09-13 09:32:05 +02:00
egui-winit update arboard to 3.0 (#2067) 2022-09-21 09:14:55 +02:00
egui_demo_app Make eframe::App::as_any_mut optional to implement (#2061) 2022-09-20 13:58:55 +02:00
egui_demo_lib egui_extras: Add Table::vertical_scroll_offset (#1946) 2022-08-28 09:37:23 +02:00
egui_extras egui_extras: Add Table::vertical_scroll_offset (#1946) 2022-08-28 09:37:23 +02:00
egui_glium egui-winit: don't repaint when just moving window (#1980) 2022-08-29 11:20:19 +02:00
egui_glow Fix sRGB blending and cleanup the relevant code (#2070) 2022-09-21 21:30:02 +02:00
egui_web Fix broken GitHub source links due to #1940 2022-08-20 15:18:02 +02:00
emath Release 0.19.0 - wgpu backend, repaint_after, continue-after-close 2022-08-20 16:49:58 +02:00
epaint Improve mixed CJK/Latin linebreaking. (#1986) 2022-09-06 22:20:17 +02:00