chore: update deps

This commit is contained in:
Ashley Wulber 2026-03-02 13:35:31 -05:00
parent b479f3e87f
commit 4516691f35
2 changed files with 10 additions and 10 deletions

View file

@ -10,10 +10,10 @@ async-io = ["accesskit_winit?/async-io"]
tokio = ["accesskit_winit?/tokio"]
[dependencies]
accesskit = { git = "https://github.com/wash2/accesskit", branch = "iced-0.14" }
accesskit_windows = { git = "https://github.com/wash2/accesskit", branch = "iced-0.14", optional = true }
accesskit_macos = { git = "https://github.com/wash2/accesskit", branch = "iced-0.14", optional = true }
accesskit_winit = { git = "https://github.com/wash2/accesskit", branch = "iced-0.14", optional = true, default-features = false, features = [
accesskit = { git = "https://github.com/wash2/accesskit", tag = "cosmic-0.14" }
accesskit_windows = { git = "https://github.com/wash2/accesskit", tag = "cosmic-0.14", optional = true }
accesskit_macos = { git = "https://github.com/wash2/accesskit", tag = "cosmic-0.14", optional = true }
accesskit_winit = { git = "https://github.com/wash2/accesskit", tag = "cosmic-0.14", optional = true, default-features = false, features = [
"rwh_06",
] }
# accesskit = { path = "../../../accesskit/common" }