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

Release 0.14.0 - Ui panels and bug fixes

This commit is contained in:
Emil Ernerfeldt
2021-08-24 16:47:10 +02:00
parent a6799b1278
commit cb566fc295
16 changed files with 789 additions and 664 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "epaint"
version = "0.13.0"
version = "0.14.0"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "Minimal 2D graphics library for GUI work"
edition = "2018"
@@ -22,7 +22,7 @@ include = [
[lib]
[dependencies]
emath = { version = "0.13.0", path = "../emath" }
emath = { version = "0.14.0", path = "../emath" }
ab_glyph = "0.2.11"
ahash = { version = "0.7", features = ["std"], default-features = false }