1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Release 0.19.0 - wgpu backend, repaint_after, continue-after-close

This commit is contained in:
Emil Ernerfeldt
2022-08-20 16:44:05 +02:00
parent 13f5d62b4b
commit 97ce103209
20 changed files with 73 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "epaint"
version = "0.18.1"
version = "0.19.0"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "Minimal 2D graphics library for GUI work"
edition = "2021"
@@ -53,7 +53,7 @@ mint = ["emath/mint"]
serde = ["dep:serde", "ahash/serde", "emath/serde"]
[dependencies]
emath = { version = "0.18.0", path = "../emath" }
emath = { version = "0.19.0", path = "../emath" }
ab_glyph = "0.2.11"
ahash = "0.8"