mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Release 0.18.1 of egui & epaint - Change Shape::Callback to &mut dyn Any (#1552)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "egui"
|
||||
version = "0.18.0"
|
||||
version = "0.18.1"
|
||||
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
||||
description = "An easy-to-use immediate mode GUI that runs on both web and native"
|
||||
edition = "2021"
|
||||
@@ -48,7 +48,7 @@ serde = ["dep:serde", "epaint/serde"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
epaint = { version = "0.18.0", path = "../epaint", default-features = false }
|
||||
epaint = { version = "0.18.1", path = "../epaint", default-features = false }
|
||||
|
||||
ahash = "0.7"
|
||||
nohash-hasher = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user