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

eframe native: persist app state in background thread

Gives smoother frame rate
This commit is contained in:
Emil Ernerfeldt
2022-04-19 21:26:35 +02:00
parent 1dee439ab1
commit 558891c146
3 changed files with 12 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ NOTE: [`epaint`](epaint/CHANGELOG.md), [`eframe`](eframe/CHANGELOG.md), [`egui_w
* Added `Link` and `ui.link` ([#1506](https://github.com/emilk/egui/pull/1506)).
* Added triple-click support; triple-clicking a TextEdit field will select the whole paragraph ([#1512](https://github.com/emilk/egui/pull/1512)).
* Added `Plot::x_grid_spacer` and `Plot::y_grid_spacer` for custom grid spacing ([#1180](https://github.com/emilk/egui/pull/1180)).
* Added `Ui::spinner()` shortcut method ([#1494](https://github.com/emilk/egui/pull/1494)).
* Added `CursorIcon`s for resizing columns, rows, and the eight cardinal directions.
### Changed 🔧