1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

Remove epi backend from egui_glow (#1361)

This commit is contained in:
Emil Ernerfeldt
2022-03-13 22:49:24 +01:00
committed by GitHub
parent 50539bd31a
commit 29c52e8eb6
7 changed files with 6 additions and 168 deletions

View File

@@ -3,6 +3,8 @@ All notable changes to the `egui_glium` integration will be noted in this file.
## Unreleased
* Remove "epi" feature ([#1361](https://github.com/emilk/egui/pull/1361)).
* Remove need for `trait epi::NativeTexture` to use the `fn register_native_texture/replace_native_texture` ([#1361](https://github.com/emilk/egui/pull/1361)).
## 0.17.0 - 2022-02-22