1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00

[egui_web] Simplify the arguments you pass to start()

This commit is contained in:
Emil Ernerfeldt
2020-12-19 21:15:07 +01:00
parent 8f034d391d
commit fb941cf618
4 changed files with 12 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed ⭐
* Set a maximum canvas size to alleviate performance issues on some machines
* Simplify `egui_web::start` arguments
## 0.4.0 - 2020-11-28