Skip to content

Commit

Permalink
Merge branch 'ItsEthra:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
varphone authored Dec 15, 2023
2 parents fc4b558 + 701af24 commit 955dc46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui-notify"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/ItsEthra/egui-notify"
Expand All @@ -12,11 +12,11 @@ readme = "README.md"
path = "src/lib.rs"

[dependencies]
egui = { version = "0.23", default-features = false }
egui = { version = "0.24", default-features = false }

[dev-dependencies]
eframe = { version = "0.23", default-features = false, features = [
eframe = { version = "0.24", default-features = false, features = [
"default_fonts",
"glow",
] }
egui-phosphor = "0.3.0"
egui-phosphor = { git = "https://github.com/ItsEthra/egui-phosphor", branch = "egui-24" }

0 comments on commit 955dc46

Please sign in to comment.