mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Add separate serialize feature and better persitence control (#753)
* Rename epaint feature "persistence" to "serialize" * Add separate "serialize" feature to egui * egui_demo_lib: separate serialize and persistence features * Add App::persist_native_window and App::persist_egui_memory Controls what gets persisted
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
# Changelog for eframe
|
||||
All notable changes to the `eframe` crate.
|
||||
All notable changes to the `eframe` and `epi` crates.
|
||||
|
||||
|
||||
## Unreleased
|
||||
* `Frame` now provides `set_decorations` to set whether to show window decorations.
|
||||
* Remove "http" feature (use https://github.com/emilk/ehttp instead!).
|
||||
* Increase native scroll speed.
|
||||
* Add `App::persist_native_window` and `App::persist_egui_memory` to control what gets persisted.
|
||||
|
||||
|
||||
## 0.14.0 - 2021-08-24
|
||||
|
||||
Reference in New Issue
Block a user