egui/egui_glow/CHANGELOG.md
Emil Ernerfeldt 1dbe608e73
Refactor integrations (#871)
* Unify code in egui_glium and egui_glow into egui_winit::EpiIntegration
* Simplify `EguiGlium` interface
* Simplify `EguiGlow` interface
* egui_web refactor: merge `WebBackend` into `AppRunner`
2021-11-03 13:45:51 +01:00

13 lines
503 B
Markdown

# Changelog for egui_glow
All notable changes to the `egui_glow` integration will be noted in this file.
## Unreleased
* Simplify `EguiGlow` interface ([#871](https://github.com/emilk/egui/pull/871)).
## 0.15.0 - 2021-10-24
`egui_glow` has been newly created, with feature parity to `egui_glium`.
As `glow` is a set of lower-level bindings to OpenGL, this crate is potentially less stable than `egui_glium`,
but hopefully this will one day replace `egui_glium` as the default backend for `eframe`.