mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Release 0.23.0 - New image API
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "epaint"
|
||||
version = "0.22.0"
|
||||
version = "0.23.0"
|
||||
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
||||
description = "Minimal 2D graphics library for GUI work"
|
||||
edition = "2021"
|
||||
@@ -70,8 +70,8 @@ serde = ["dep:serde", "ahash/serde", "emath/serde", "ecolor/serde"]
|
||||
unity = []
|
||||
|
||||
[dependencies]
|
||||
emath = { version = "0.22.0", path = "../emath" }
|
||||
ecolor = { version = "0.22.0", path = "../ecolor" }
|
||||
emath = { version = "0.23.0", path = "../emath" }
|
||||
ecolor = { version = "0.23.0", path = "../ecolor" }
|
||||
|
||||
ab_glyph = "0.2.11"
|
||||
ahash = { version = "0.8.1", default-features = false, features = [
|
||||
|
||||
Reference in New Issue
Block a user