egui/egui_web/src
Emil Ernerfeldt 50539bd31a
egui_web: always use the glow painter, and remove the old WebGL code. (#1356)
* egui_web: always use the glow painter, and remove the old WebGL code.
* Clean up the WebPainter trait
* Clarify WebGL1 warning text in color test

The glow painter became standard in egui 0.17, and I've heard no complaints! So let's simplify and go all in on glow.

Part of https://github.com/emilk/egui/issues/1198
2022-03-11 19:15:06 +01:00
..
backend.rs egui_web: always use the glow painter, and remove the old WebGL code. (#1356) 2022-03-11 19:15:06 +01:00
glow_wrapping.rs egui_web: always use the glow painter, and remove the old WebGL code. (#1356) 2022-03-11 19:15:06 +01:00
input.rs refactor egui_web (break up lib.rs) 2022-02-21 09:28:12 +01:00
lib.rs egui_web: always use the glow painter, and remove the old WebGL code. (#1356) 2022-03-11 19:15:06 +01:00
painter.rs egui_web: always use the glow painter, and remove the old WebGL code. (#1356) 2022-03-11 19:15:06 +01:00
screen_reader.rs Use tracing crate for logging (#1192) 2022-02-01 12:27:39 +01:00
text_agent.rs [egui_web] Prevent event handlers from running if code has panicked (#1306) 2022-03-10 08:13:32 +01:00