1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
Files
egui/epaint/src
Emil Ernerfeldt b7ebe16cfb Storage and frame refactor (#1418)
The purpose of this is to expose `frame.storage()` and `frame.storage_mut()` so users can save/load app state from the `App::update` function, without having to add another parameter to that function.

Changes:
* Added `Frame::storage()` and `Frame::storage_mut()`
* `App::update` now takes a `&mut Frame` rather than just `&Frame`
* `Frame` is no longer `Clone` or `Sync` (doesn't have to be since https://github.com/emilk/egui/pull/1366)
2022-03-25 21:19:31 +01:00
..
2021-12-11 13:52:23 +01:00
2022-02-21 21:46:30 +01:00
2022-01-24 14:32:36 +01:00
2022-03-25 21:19:31 +01:00
2022-03-22 23:11:27 +01:00
2022-03-20 23:05:16 +01:00