1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -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.

View File

@@ -1,6 +1,6 @@
[package]
name = "egui_web"
version = "0.14.0"
version = "0.14.1"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "Bindings for compiling egui code to WASM for a web page"
license = "MIT OR Apache-2.0"