mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 21:00:03 -04:00
epi: merge App::load into App::setup, and provide Frame argument
This gives users more control over the order of load/setup. It also allows users to load textures in setup.
This commit is contained in:
@@ -3,6 +3,8 @@ All notable changes to the `eframe` crate.
|
||||
|
||||
|
||||
## Unreleased
|
||||
* `App::setup` now takes a `Frame` and `Storage` by argument.
|
||||
* `App::load` has been removed. Implement `App::setup` instead.
|
||||
|
||||
|
||||
## 0.12.0 - 2021-05-10
|
||||
|
||||
Reference in New Issue
Block a user