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:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user