mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Update for AccessKit refactor that drastically reduces memory usage (#2678)
* Update for AccessKit refactor that drastically reduces memory usage * changelog entry * satisfy clippy
This commit is contained in:
@@ -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.8.1", optional = true }
|
||||
accesskit = { version = "0.9.0", optional = true }
|
||||
|
||||
## Enable this when generating docs.
|
||||
document-features = { version = "0.2", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user