* Make egui_glow and opt-in backend for eframe * Add egui_glow to Cargo.toml and to CI * Reference egui_glow where egui_glium is mentioned * Remove path-patches from root Cargo.toml * Add instructions on how to enable the glow backend of eframe
Also fix some small typos Closes https://github.com/emilk/egui/pull/736
Also update iamges in README.md
egui::app
epi