Skip to content

Commit

Permalink
update egui-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
bircni committed Oct 1, 2024
1 parent 78d2cd6 commit 3e18c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ short_description = "A GUI for the awtrix clock."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[patch.crates-io]
egui-notify = { git = "https://github.com/ItsEthra/egui-notify", branch = "master" }
# egui-notify = { git = "https://github.com/ItsEthra/egui-notify", branch = "master" }

[dependencies]
# Error handling
Expand All @@ -44,7 +44,7 @@ semver = "1.0.23"
# GUI
eframe = "0.29.1"
egui = "0.29.1"
egui-notify = "0.15.0"
egui-notify = "0.16.0"
egui_extras = { version = "0.29.1", features = ["syntect", "image"] }
image = "0.25.2"
open = "5.3.0"
Expand Down

0 comments on commit 3e18c6e

Please sign in to comment.