2021-10-18 21:13:32 +00:00
|
|
|
# Changelog for egui_glow
|
|
|
|
All notable changes to the `egui_glow` integration will be noted in this file.
|
|
|
|
|
|
|
|
|
|
|
|
## Unreleased
|
2021-11-03 18:17:07 +00:00
|
|
|
* Make winit/glutin an optional dependency ([#868](https://github.com/emilk/egui/pull/868)).
|
2021-11-03 12:45:51 +00:00
|
|
|
* Simplify `EguiGlow` interface ([#871](https://github.com/emilk/egui/pull/871)).
|
2021-11-07 19:58:02 +00:00
|
|
|
* Remove `EguiGlow::is_quit_event` ([#881](https://github.com/emilk/egui/pull/881)).
|
2021-10-24 14:08:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
## 0.15.0 - 2021-10-24
|
2021-10-18 21:13:32 +00:00
|
|
|
`egui_glow` has been newly created, with feature parity to `egui_glium`.
|
2021-10-24 14:08:44 +00:00
|
|
|
|
2021-10-18 21:13:32 +00:00
|
|
|
As `glow` is a set of lower-level bindings to OpenGL, this crate is potentially less stable than `egui_glium`,
|
2021-10-24 14:08:44 +00:00
|
|
|
but hopefully this will one day replace `egui_glium` as the default backend for `eframe`.
|