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

Release 0.14.1 - Bug fixes and better web blending

This commit is contained in:
Emil Ernerfeldt
2021-08-28 11:04:39 +02:00
parent fe2b3e26aa
commit 2ce99f3a12
7 changed files with 241 additions and 168 deletions

View File

@@ -5,6 +5,9 @@ All notable changes to the `egui_web` integration will be noted in this file.
## Unreleased
## 0.14.1 - 2021-08-28
### Fixed 🐛
* Fix alpha blending for WebGL2 and WebGL1 with sRGB support backends, now having identical results as egui_glium.
* Fix use of egui on devices with both touch and mouse.