1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

[egui_web] Add max canvas size to help perf issues on some platforms

Related: https://github.com/emilk/egui/issues/67
This commit is contained in:
Emil Ernerfeldt
2020-12-18 22:51:23 +01:00
parent c3c4f28a9d
commit 82a3997188
4 changed files with 46 additions and 13 deletions

View File

@@ -5,6 +5,13 @@ All notable changes to the `egui_web` integration will be noted in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Changed ⭐
* Set a maximum canvas size to alleviate performance issues on some machines
## 0.4.0 - 2020-11-28
### Added ⭐