Skip to content

Commit

Permalink
Update accesskit_winit requirement from 0.17 to 0.18
Browse files Browse the repository at this point in the history
Updates the requirements on [accesskit_winit](https://github.com/AccessKit/accesskit) to permit the latest version.
- [Release notes](https://github.com/AccessKit/accesskit/releases)
- [Changelog](https://github.com/AccessKit/accesskit/blob/main/release-please-config.json)
- [Commits](AccessKit/accesskit@accesskit_winit-v0.17.0...accesskit_winit-v0.18.1)

---
updated-dependencies:
- dependency-name: accesskit_winit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 8afb3ce commit 809284d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bevy_tasks = { path = "../bevy_tasks", version = "0.12.0" }
# feature rwh_05 refers to window_raw_handle@v0.5,
# updating to rwh_06 is blocked until wgpu 0.19 release lands.
winit = { version = "0.29", default-features = false, features = ["rwh_05"] }
accesskit_winit = { version = "0.17", default-features = false, features = [
accesskit_winit = { version = "0.18", default-features = false, features = [
"rwh_05",
] }
approx = { version = "0.5", default-features = false }
Expand Down

0 comments on commit 809284d

Please sign in to comment.