Skip to content

Commit 2b792c1

Browse files
committed
Rebase onto latest main
1 parent 642705f commit 2b792c1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/egui/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ rustdoc-args = ["--generate-link-to-definition"]
2525

2626
[features]
2727
default = ["default_fonts"]
28-
29-
## Exposes detailed accessibility implementation required by platform
30-
## accessibility APIs. Also requires support in the egui integration.
31-
accesskit = ["dep:accesskit"]
3228
## [`bytemuck`](https://docs.rs/bytemuck) enables you to cast [`epaint::Vertex`], [`emath::Vec2`] etc to `&[u8]`.
3329
bytemuck = ["epaint/bytemuck"]
3430

@@ -74,7 +70,7 @@ _override_unity = ["epaint/_override_unity"]
7470
emath = { workspace = true, default-features = false }
7571
epaint = { workspace = true, default-features = false }
7672

77-
accesskit = { workspace = true, optional = true }
73+
accesskit.workspace = true
7874
ahash.workspace = true
7975
bitflags.workspace = true
8076
log.workspace = true

0 commit comments

Comments
 (0)