mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Update to accesskit 0.10.1 (#2855)
* Update to accesskit 0.10.1 * Add helper script to run cargo deny
This commit is contained in:
@@ -52,7 +52,7 @@ winit = { version = "0.28", default-features = false }
|
||||
#! ### Optional dependencies
|
||||
|
||||
# feature accesskit
|
||||
accesskit_winit = { version = "0.10.0", optional = true }
|
||||
accesskit_winit = { version = "0.12.0", optional = true }
|
||||
|
||||
## Enable this when generating docs.
|
||||
document-features = { version = "0.2", optional = true }
|
||||
|
||||
@@ -70,7 +70,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.9.0", optional = true }
|
||||
accesskit = { version = "0.10.1", optional = true }
|
||||
|
||||
## Enable this when generating docs.
|
||||
document-features = { version = "0.2", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user