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

[app] Refactor egui::app::App interface to be more data oriented

This commit is contained in:
Emil Ernerfeldt
2020-10-17 12:33:30 +02:00
parent e56924dc4f
commit 251cde60f0
7 changed files with 124 additions and 111 deletions

View File

@@ -2,6 +2,10 @@
## Unreleased
* `ui.horizontal(...)` etc returns `Response`
* Add ability to override text color with `visuals.override_text_color`
* Refactored the interface for `egui::app::App`
## 0.2.0 - 2020-10-10
* Color picker