Skip to content

Commit 062171c

Browse files
committed
Bump accesskit to 0.19 and accesskit_winit to 0.27
1 parent 86cc02d commit 062171c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ hyper = { version = "1", features = ["server", "http1"] }
572572
http-body-util = "0.1"
573573
anyhow = "1"
574574
macro_rules_attribute = "0.2"
575-
accesskit = "0.18"
575+
accesskit = "0.19"
576576
nonmax = "0.5"
577577

578578
[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]

crates/bevy_a11y/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ bevy_ecs = { path = "../bevy_ecs", version = "0.16.0-dev", default-features = fa
4646
bevy_reflect = { path = "../bevy_reflect", version = "0.16.0-dev", default-features = false, optional = true }
4747

4848
# other
49-
accesskit = { version = "0.18", default-features = false }
49+
accesskit = { version = "0.19", default-features = false }
5050
serde = { version = "1", default-features = false, features = [
5151
"alloc",
5252
], optional = true }

crates/bevy_ui/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ thiserror = { version = "2", default-features = false }
4141
derive_more = { version = "1", default-features = false, features = ["from"] }
4242
nonmax = "0.5"
4343
smallvec = "1.11"
44-
accesskit = "0.18"
44+
accesskit = "0.19"
4545
tracing = { version = "0.1", default-features = false, features = ["std"] }
4646

4747
[features]

crates/bevy_winit/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bevy_image = { path = "../bevy_image", version = "0.16.0-dev", optional = true }
5151
# other
5252
# feature rwh_06 refers to [email protected]
5353
winit = { version = "0.30", default-features = false, features = ["rwh_06"] }
54-
accesskit_winit = { version = "0.25", default-features = false, features = [
54+
accesskit_winit = { version = "0.27", default-features = false, features = [
5555
"rwh_06",
5656
] }
5757
approx = { version = "0.5", default-features = false }
@@ -60,7 +60,7 @@ raw-window-handle = "0.6"
6060
serde = { version = "1.0", features = ["derive"], optional = true }
6161
bytemuck = { version = "1.5", optional = true }
6262
wgpu-types = { version = "24", optional = true }
63-
accesskit = "0.18"
63+
accesskit = "0.19"
6464
tracing = { version = "0.1", default-features = false, features = ["std"] }
6565

6666
[target.'cfg(target_arch = "wasm32")'.dependencies]

0 commit comments

Comments
 (0)