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

Release 0.20.0 - AccessKit, prettier text, overlapping widgets

This commit is contained in:
Emil Ernerfeldt
2022-12-08 15:11:54 +01:00
parent 124ef8ddf8
commit 7d91e90481
22 changed files with 77 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "epaint"
version = "0.19.0"
version = "0.20.0"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "Minimal 2D graphics library for GUI work"
edition = "2021"
@@ -64,8 +64,8 @@ mint = ["emath/mint"]
serde = ["dep:serde", "ahash/serde", "emath/serde", "ecolor/serde"]
[dependencies]
emath = { version = "0.19.0", path = "../emath" }
ecolor = { version = "0.19.0", path = "../ecolor" }
emath = { version = "0.20.0", path = "../emath" }
ecolor = { version = "0.20.0", path = "../ecolor" }
ab_glyph = "0.2.11"
ahash = { version = "0.8.1", default-features = false, features = [