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

Release eframe 0.21.3 - fix web input of the the letter P

This commit is contained in:
Emil Ernerfeldt
2023-02-15 08:26:45 +01:00
parent e2778d9d6a
commit 7215fdfb7c
5 changed files with 11 additions and 8 deletions

View File

@@ -5,6 +5,9 @@ NOTE: [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/C
## Unreleased
## 0.21.3 - 2023-02-15
* Fix typing the letter 'P' on web ([#2740](https://github.com/emilk/egui/pull/2740)).

View File

@@ -1,6 +1,6 @@
[package]
name = "eframe"
version = "0.21.2"
version = "0.21.3"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "egui framework - write GUI apps that compiles to web and/or natively"
edition = "2021"