mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Closes https://github.com/emilk/egui/issues/877 Still a problem: https://github.com/rust-windowing/winit/issues/1998
681 B
681 B
Changelog for egui_glow
All notable changes to the egui_glow integration will be noted in this file.
Unreleased
- Make winit/glutin an optional dependency (#868).
- Simplify
EguiGlowinterface (#871). - Remove
EguiGlow::is_quit_event(#881).
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.