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

Release 0.29.1 - Bug fixes

This commit is contained in:
Emil Ernerfeldt
2024-10-01 10:08:21 +02:00
parent ce744e6f7a
commit fe368bacc4
11 changed files with 64 additions and 26 deletions

View File

@@ -6,6 +6,10 @@ Changes since the last release can be found at <https://github.com/emilk/egui/co
## 0.29.1 - 2024-10-01
Nothing new
## 0.29.0 - 2024-09-26 - `glow` 0.14
* Update `glow` to 0.14 [#4952](https://github.com/emilk/egui/pull/4952) by [@bircni](https://github.com/bircni)
* Introduce dithering to reduce banding [#4497](https://github.com/emilk/egui/pull/4497) by [@jwagner](https://github.com/jwagner)