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

Add Memory::caches for caching things from one frame to the next

This commit is contained in:
Emil Ernerfeldt
2021-10-06 17:44:51 +02:00
parent 613c0b29f6
commit a1bf5aff47
9 changed files with 239 additions and 38 deletions

View File

@@ -14,6 +14,7 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md), [`eg
* Add feature `"serialize"` separatedly from `"persistence"`.
* Add `egui::widgets::global_dark_light_mode_buttons` to easily add buttons for switching the egui theme.
* `TextEdit` can now be used to show text which can be selectedd and copied, but not edited.
* Add `Memory::caches` for caching things from one frame to the next.
### Changed 🔧
* Label text will now be centered, right-aligned and/or justified based on the layout.