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

Release 0.28.0 - Sizing pass, and better eframe web

This commit is contained in:
Emil Ernerfeldt
2024-07-03 14:43:35 +02:00
parent bca9a04acd
commit 234274d46f
12 changed files with 273 additions and 29 deletions

View File

@@ -6,6 +6,10 @@ Changes since the last release can be found at <https://github.com/emilk/egui/co
## 0.28.0 - 2024-07-03
* Enable `egui_glow`'s `winit` feature on Wasm (#4420) [#4421](https://github.com/emilk/egui/pull/4421) by [@simon-frankau](https://github.com/simon-frankau)
## 0.27.2 - 2024-04-02
* Nothing new