mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Release 0.18.1 of egui & epaint - Change Shape::Callback to &mut dyn Any (#1552)
This commit is contained in:
@@ -5,6 +5,10 @@ All notable changes to the epaint crate will be documented in this file.
|
||||
## 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
|
||||
* MSRV (Minimum Supported Rust Version) is now `1.60.0` ([#1467](https://github.com/emilk/egui/pull/1467)).
|
||||
* Add `Shape::Callback` for backend-specific painting ([#1351](https://github.com/emilk/egui/pull/1351)).
|
||||
|
||||
Reference in New Issue
Block a user