We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
accesskit_atspi_common::simplified
1 parent 0e89671 commit 50341f1Copy full SHA for 50341f1
platforms/atspi-common/Cargo.toml
@@ -11,6 +11,9 @@ readme = "README.md"
11
edition.workspace = true
12
rust-version.workspace = true
13
14
+[features]
15
+simplified-api = []
16
+
17
[dependencies]
18
accesskit = { version = "0.15.0", path = "../../common" }
19
accesskit_consumer = { version = "0.23.0", path = "../../consumer" }
platforms/atspi-common/src/lib.rs
@@ -12,6 +12,7 @@ mod events;
mod filters;
mod node;
mod rect;
+#[cfg(feature = "simplified-api")]
pub mod simplified;
mod util;
0 commit comments