diff --git a/internal/backends/winit/Cargo.toml b/internal/backends/winit/Cargo.toml index 1e9368ebecc..9c2cd41923e 100644 --- a/internal/backends/winit/Cargo.toml +++ b/internal/backends/winit/Cargo.toml @@ -108,7 +108,7 @@ glutin = { workspace = true, optional = true, default-features = false, features glutin-winit = { version = "0.5", optional = true, default-features = false, features = ["egl", "wgl"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] accesskit = { version = "0.21", optional = true } -accesskit_winit = { version = "0.29", optional = true } +accesskit_winit = { version = "0.29", optional = true, default-features = false, features = ["accesskit_unix", "async-io", "rwh_06"] } copypasta = { version = "0.10", default-features = false } [target.'cfg(not(any(target_family = "windows", target_vendor = "apple", target_arch = "wasm32", target_os = "android")))'.dependencies]