Skip to content

Commit

Permalink
mark non upgrable iced
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Sep 19, 2024
1 parent a9fcd40 commit 2e09d93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ keywords = ["guitar", "tablature", "music"]
[dependencies]
nom = "7.1.3"
encoding_rs = "0.8.34"
# Can't upgrade to 0.13.0 as it bumps the MSRV to 1.80 which breaks the Win7&8 builds :s
iced = { version = "0.13.0", features = ["advanced", "canvas", "tokio", "debug"] }
iced_aw = { version = "0.10.0", default-features = false, features = ["wrap"] }
tokio = { version = "1.40.0", features = ["fs", "sync"] }
Expand Down

0 comments on commit 2e09d93

Please sign in to comment.