1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Add an option to overwrite frame of SidePanel and TopPanel (#418)

* Add an option to overwrite frame of SidePanel and TopPanel

* Update CHANGELOG
This commit is contained in:
Wojciech Kępka
2021-05-20 20:10:30 +02:00
committed by GitHub
parent c0929014bf
commit d292b831a1
2 changed files with 29 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
### Added ⭐
* Add support for [cint](https://crates.io/crates/cint) under `cint` feature.
* Add features `extra_asserts` and `extra_debug_asserts` to enable additional checks.
* Add an option to overwrite frame of SidePanel and TopPanel
## 0.12.0 - 2021-05-10 - Multitouch, user memory, window pivots, and improved plots