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

docs and example

This commit is contained in:
Stanislav
2022-07-30 20:11:46 +03:00
parent d0bcdfc226
commit 6e0140104d
4 changed files with 242 additions and 18 deletions

View File

@@ -28,6 +28,8 @@ NOTE: [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/C
#### Web:
* Added option to select WebGL version ([#1803](https://github.com/emilk/egui/pull/1803)).
* Added ability to stop/re-run web app from JavaScript ([#1803](https://github.com/emilk/egui/pull/1650)). This change is also finds parent html container and resizes canvas to it's size. So settings `html, body: [height: 100%; width: 100%;]` for older demos is required.
## 0.18.0 - 2022-04-30