1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

feat: Set whether to show decorations (#672)

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
zu1k
2021-09-08 03:42:14 +08:00
committed by GitHub
parent 241667b078
commit 19eed94499
4 changed files with 20 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ All notable changes to the `eframe` crate.
## 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.