mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 23:30:04 -04:00
Remove accesskit feature and always depend on accesskit (#7701)
* Closes #3137 With this, `egui` will always depend on `accesskit`, removing a lot of `#[cfg(feature = "accesskit")]` throughout the code.
This commit is contained in:
@@ -24,7 +24,7 @@ rustdoc-args = ["--generate-link-to-definition"]
|
||||
default = ["clipboard", "links", "wayland", "winit/default", "x11"]
|
||||
|
||||
## Enable platform accessibility API implementations through [AccessKit](https://accesskit.dev/).
|
||||
accesskit = ["dep:accesskit_winit", "egui/accesskit"]
|
||||
accesskit = ["dep:accesskit_winit"]
|
||||
|
||||
# Allow crates to choose an android-activity backend via Winit
|
||||
# - It's important that most applications should not have to depend on android-activity directly, and can
|
||||
|
||||
Reference in New Issue
Block a user