1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Add egui_glow backend as alternative to egui_glium (#685)

This commit is contained in:
AlexApps99
2021-10-19 10:13:32 +13:00
committed by GitHub
parent df3aeab434
commit 877e89f2ec
13 changed files with 1685 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ NOTE: [`egui_web`](egui_web/CHANGELOG.md), [`egui-winit`](egui-winit/CHANGELOG.m
* Remove "http" feature (use https://github.com/emilk/ehttp instead!).
* Increase native scroll speed.
* Add `App::persist_native_window` and `App::persist_egui_memory` to control what gets persisted.
* Add new backend `egui_glow` as an alternative to `egui_glium` (not yet exposed as a feature flag)
## 0.14.0 - 2021-08-24