1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Update accesskit to 0.11 (#3012)

* Update accesskit to 0.11

* Add instructions on how to test the web viewer to CONTRIBUTING.md

Also removed dependency on `jq`

Closes https://github.com/emilk/egui/issues/2859
This commit is contained in:
Emil Ernerfeldt
2023-05-22 19:20:58 +02:00
committed by GitHub
parent d7dcfe4dae
commit b758e9dbf0
7 changed files with 27 additions and 19 deletions

View File

@@ -63,7 +63,7 @@ raw-window-handle = "0.5.0"
#! ### Optional dependencies
# feature accesskit
accesskit_winit = { version = "0.12.0", optional = true }
accesskit_winit = { version = "0.14.0", optional = true }
## Enable this when generating docs.
document-features = { version = "0.2", optional = true }

View File

@@ -73,7 +73,7 @@ nohash-hasher = "0.2"
#! ### Optional dependencies
## Exposes detailed accessibility implementation required by platform
## accessibility APIs. Also requires support in the egui integration.
accesskit = { version = "0.10.1", optional = true }
accesskit = { version = "0.11", optional = true }
## Enable this when generating docs.
document-features = { version = "0.2", optional = true }