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

Release 0.18.1 of egui & epaint - Change Shape::Callback to &mut dyn Any (#1552)

This commit is contained in:
Emil Ernerfeldt
2022-05-01 11:35:29 +02:00
committed by GitHub
parent dc26890a80
commit b30224471c
6 changed files with 15 additions and 7 deletions

View File

@@ -7,6 +7,10 @@ NOTE: [`epaint`](epaint/CHANGELOG.md), [`eframe`](eframe/CHANGELOG.md), [`egui-w
## Unreleased
## 0.18.1 - 2022-05-01
* Change `Shape::Callback` from `&dyn Any` to `&mut dyn Any` to support more backends.
## 0.18.0 - 2022-04-30
### Added ⭐