Skip to content

Commit

Permalink
bump iced deps
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Sep 19, 2024
1 parent 9bb3e3d commit 15c462e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
18 changes: 14 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ keywords = ["guitar", "tablature", "music"]
[dependencies]
nom = "7.1.3"
encoding_rs = "0.8.34"
iced = { version = "0.13.0", features = ["advanced", "canvas", "tokio", "debug"] }
iced_aw = { version = "0.10.0", default-features = false, features = ["wrap"] }
iced = { version = "0.13.1", features = ["advanced", "canvas", "tokio", "debug"] }
iced_aw = { version = "0.11.0", default-features = false, features = ["wrap"] }
tokio = { version = "1.40.0", features = ["fs", "sync"] }
rfd = "0.14.1"
log = "0.4.22"
Expand Down

0 comments on commit 15c462e

Please sign in to comment.