Mention mint in changelog

This commit is contained in:
Emil Ernerfeldt 2021-05-08 08:18:37 +02:00
parent 87bc26fb5a
commit 12c0199d1b

View file

@ -20,6 +20,7 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
* Support for raw [multi touch](https://github.com/emilk/egui/pull/306) events,
enabling zoom, rotate, and more. Works with `egui_web` on mobile devices,
and should work with `egui_glium` for certain touch devices/screens.
* Add (optional) compatability with [mint](https://docs.rs/mint)
### Changed 🔧
* Make `Memory::has_focus` public (again).