Bump accesskit and accesskit_winit. (#8655)

# Objective

`accesskit` and `accesskit_winit` need to be upgraded.

## Solution

Upgrade `accesskit` and `accesskit_winit`.

---

## Changelog

### Changed

* Upgrade accesskit to v0.11.
* Upgrade accesskit_winit to v0.14.
This commit is contained in:
Nolan Darilek 2023-07-07 17:49:53 -05:00 committed by GitHub
parent d96933ad9c
commit 95ade6d6a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"