a11y refactor

This commit is contained in:
Ashley Wulber 2026-02-04 15:38:07 -05:00
parent c40264a6ed
commit b4346ff3ca
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
6 changed files with 107 additions and 232 deletions

View file

@ -10,15 +10,15 @@ async-io = ["accesskit_winit?/async-io"]
tokio = ["accesskit_winit?/tokio"]
[dependencies]
# accesskit = { git = "https://github.com/wash2/accesskit", tag = "iced-xdg-surface-0.13" }
# accesskit_windows = { git = "https://github.com/wash2/accesskit", tag = "iced-xdg-surface-0.13", optional = true }
# accesskit_macos = { git = "https://github.com/wash2/accesskit", tag = "iced-xdg-surface-0.13", optional = true }
# accesskit_winit = { git = "https://github.com/wash2/accesskit", tag = "iced-xdg-surface-0.13", optional = true, default-features = false, features = [
# "rwh_06",
# ] }
accesskit = { path = "../../../accesskit/common" }
accesskit_windows = { path = "../../../accesskit/platforms/windows", optional = true }
accesskit_macos = { path = "../../../accesskit/platforms/macos", optional = true }
accesskit_winit = { path = "../../../accesskit/platforms/winit", optional = true, default-features = false, features = [
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 = [
"rwh_06",
] }
# accesskit = { path = "../../../accesskit/common" }
# accesskit_windows = { path = "../../../accesskit/platforms/windows", optional = true }
# accesskit_macos = { path = "../../../accesskit/platforms/macos", optional = true }
# accesskit_winit = { path = "../../../accesskit/platforms/winit", optional = true, default-features = false, features = [
# "rwh_06",
# ] }