1
0
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:
Emil Ernerfeldt
2021-06-07 20:53:33 +02:00
parent 31769d400f
commit 44b573f6a6
7 changed files with 105 additions and 53 deletions

View File

@@ -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