1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00: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:
Emil Ernerfeldt
2025-11-12 10:51:28 +01:00
committed by GitHub
parent f33b0ffe6e
commit 1af5d1d37e
25 changed files with 56 additions and 140 deletions

View File

@@ -35,7 +35,7 @@ x11 = ["eframe?/x11"]
[dependencies]
kittest.workspace = true
egui = { workspace = true, features = ["accesskit"] }
egui.workspace = true
eframe = { workspace = true, optional = true }
# wgpu dependencies