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

Refactor egui_glium with new EguiGlium wrapper and standalone example

This commit is contained in:
Emil Ernerfeldt
2021-04-25 17:02:27 +02:00
parent a505d01090
commit 7f0689e566
5 changed files with 245 additions and 86 deletions

View File

@@ -5,6 +5,9 @@ All notable changes to the `egui_glium` integration will be noted in this file.
## Unreleased
* Simplify usage with a new `EguiGlium` wrapper type.
## 0.11.0 - 2021-04-05
* [Position IME candidate window next to text cursor](https://github.com/emilk/egui/pull/258).
* [Register your own glium textures](https://github.com/emilk/egui/pull/226).