Skip to content

Commit 4f21981

Browse files
committed
accesskit: Upgrade to the latest release
1 parent 2d0efb1 commit 4f21981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/backends/winit/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ wasm-bindgen = { version = "0.2" }
107107
glutin = { workspace = true, optional = true, default-features = false, features = ["egl", "wgl"] }
108108
glutin-winit = { version = "0.5", optional = true, default-features = false, features = ["egl", "wgl"] }
109109
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
110-
accesskit = { version = "0.20", optional = true }
111-
accesskit_winit = { version = "0.28", optional = true }
110+
accesskit = { version = "0.21", optional = true }
111+
accesskit_winit = { version = "0.29", optional = true }
112112
copypasta = { version = "0.10", default-features = false }
113113

114114
[target.'cfg(not(any(target_family = "windows", target_vendor = "apple", target_arch = "wasm32", target_os = "android")))'.dependencies]

0 commit comments

Comments
 (0)