mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Add egui_glow backend as alternative to egui_glium (#685)
This commit is contained in:
8
egui_glow/CHANGELOG.md
Normal file
8
egui_glow/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Changelog for egui_glow
|
||||
All notable changes to the `egui_glow` integration will be noted in this file.
|
||||
|
||||
|
||||
## Unreleased
|
||||
`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 there are no known issues, and the crate will only become more stable over time, if any issues manifest.
|
||||
Reference in New Issue
Block a user