egui/crates
Red Artist be9b5a3641
polish glutin upgrade with glutin-winit crate (#2526)
* use glutin-winit for glow context creation

* added some tracing for easier debugging of glutin problems

* fmt

* add more debug logs

* more tracing

* fallback egl instead of prefer egl

* update pure glow example to use glutin_winit

* add more logging. ignore vsync option if not supported

* cranky lint

* add some logging for easier debugging

* drop window after glutin surface

* small changes based on pr review

* build fix

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2023-02-08 14:28:42 +01:00
..
ecolor Clear color values are now explicitely sent to the rendering backend as-is. (#2666) 2023-02-04 11:02:15 +01:00
eframe polish glutin upgrade with glutin-winit crate (#2526) 2023-02-08 14:28:42 +01:00
egui Fix Window::pivot causing windows to move around (#2694) 2023-02-08 12:41:36 +01:00
egui-wgpu Support for transparent backbuffer in wgpu winit binding (#2684) 2023-02-06 14:16:17 +01:00
egui-winit Update for AccessKit refactor that drastically reduces memory usage (#2678) 2023-02-05 19:10:40 +01:00
egui_demo_app Remove native screen reader support (#2669) 2023-02-04 11:47:36 +01:00
egui_demo_lib Add trailing_fill() toggle to Slider (#2660) 2023-02-05 08:17:58 +01:00
egui_extras Update SVG crates (#2670) 2023-02-04 13:00:04 +01:00
egui_glium Remove native screen reader support (#2669) 2023-02-04 11:47:36 +01:00
egui_glow polish glutin upgrade with glutin-winit crate (#2526) 2023-02-08 14:28:42 +01:00
egui_web Fix broken GitHub source links due to #1940 2022-08-20 15:18:02 +02:00
emath Add emath::inverse_lerp 2022-12-22 12:33:06 +01:00
epaint Document GlyphInfo::id 2023-02-08 10:01:47 +01:00