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

Control the maximum egui web canvas size with App::max_size_points

This commit is contained in:
Emil Ernerfeldt
2021-02-12 17:57:53 +01:00
parent be8d7b4eef
commit dbc6a620cd
6 changed files with 50 additions and 5 deletions

View File

@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Added ⭐
* You can control the maximum egui canvas size with `App::max_size_points`.
## 0.9.0 - 2021-02-07