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:
@@ -55,7 +55,7 @@ winit = { version = "0.28", default-features = false }
|
||||
#! ### Optional dependencies
|
||||
|
||||
# feature accesskit
|
||||
accesskit_winit = { version = "0.9.0", optional = true }
|
||||
accesskit_winit = { version = "0.10.0", optional = true }
|
||||
|
||||
## Enable this when generating docs.
|
||||
document-features = { version = "0.2", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user