Skip to content

Commit

Permalink
egui-winit: Remove implicit accesskit_winit feature
Browse files Browse the repository at this point in the history
This is controlled by the `accesskit` feature and nothing needs
the implicit `accesskit_winit` feature, so use `dep:` syntax
to prevent it from being created.
  • Loading branch information
waywardmonkeys committed Oct 28, 2024
1 parent 5b846b4 commit 4969b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui-winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["accesskit_winit", "egui/accesskit"]
accesskit = ["dep:accesskit_winit", "egui/accesskit"]

# 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
Expand Down

0 comments on commit 4969b7a

Please sign in to comment.