Skip to content

Commit

Permalink
Bump accesskit and accesskit_winit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndarilek committed Jul 7, 2023
1 parent d96933a commit cc7591b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_a11y/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ bevy_app = { path = "../bevy_app", version = "0.11.0-dev" }
bevy_derive = { path = "../bevy_derive", version = "0.11.0-dev" }
bevy_ecs = { path = "../bevy_ecs", version = "0.11.0-dev" }

accesskit = "0.10"
accesskit = "0.11"
2 changes: 1 addition & 1 deletion crates/bevy_winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bevy_tasks = { path = "../bevy_tasks", version = "0.11.0-dev" }

# other
winit = { version = "0.28", default-features = false }
accesskit_winit = { version = "0.12", default-features = false }
accesskit_winit = { version = "0.14", default-features = false, features = ["async-io"] }
approx = { version = "0.5", default-features = false }
raw-window-handle = "0.5"

Expand Down

0 comments on commit cc7591b

Please sign in to comment.