1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -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

@@ -37,11 +37,11 @@ We don't update the MSRV in a patch release, unless we really, really need to.
## Release testing
* [ ] `cargo r -p egui_demo_app` and click around for while
* [ ] `./scripts/build_demo_web.sh --release`
* [ ] `./scripts/build_demo_web.sh --release -g`
- check frame-rate and wasm size
- test on mobile
- test on chromium
- check the in-browser profiler (build without `--release` to get profile data)
- check the in-browser profiler
* [ ] check the color test
* [ ] update `eframe_template` and test
* [ ] update `egui_tiles` and test