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

Release 0.26.2 - Response.interact/context_menu fix

This commit is contained in:
Emil Ernerfeldt
2024-02-14 10:44:58 +01:00
parent 0e1bcc2c1c
commit 3672b150ed
11 changed files with 60 additions and 24 deletions

View File

@@ -5,6 +5,10 @@ This file is updated upon each release.
Changes since the last release can be found at <https://github.com/emilk/egui/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
## 0.26.2 - 2024-02-14
* Update memoffset to 0.9.0, arboard to 3.3.1, and remove egui_glow's needless dependency on pure_glow's deps [#4036](https://github.com/emilk/egui/pull/4036) (thanks [@Nopey](https://github.com/Nopey)!)
## 0.26.1 - 2024-02-11
* Nothing new