Skip to content

Commit

Permalink
Updated egui to 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsEthra committed Mar 27, 2024
1 parent f918d71 commit 201c337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui-notify"
version = "0.13.0"
version = "0.14.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/ItsEthra/egui-notify"
Expand All @@ -12,10 +12,10 @@ readme = "README.md"
path = "src/lib.rs"

[dependencies]
egui = { version = "0.26.0", default-features = false }
egui = { version = "0.27.0", default-features = false }

[dev-dependencies]
eframe = { version = "0.26.0", default-features = false, features = [
eframe = { version = "0.27.0", default-features = false, features = [
"default_fonts",
"glow",
] }
Expand Down

0 comments on commit 201c337

Please sign in to comment.