Use standard desktop application menus
Some checks failed
Dependency security audit / rustsec (push) Has been cancelled

This commit is contained in:
Georg Bauer
2026-08-26 15:59:45 +02:00
parent 7d21abd5c1
commit 59cd8951f6
5 changed files with 77 additions and 43 deletions

View File

@@ -37,6 +37,7 @@ gix = { version = "0.86", default-features = false, features = ["blocking-http-t
gix-config = "0.59"
hmac = "0.12"
iced = { version = "0.14", features = ["canvas", "tokio"] }
iced_aw = { version = "0.14.1", default-features = false, features = ["menu"] }
icns = "0.4"
image = { version = "0.25", default-features = false, features = ["gif", "jpeg", "png"] }
ironstorage = { path = "crates/storage" }