AccessKit / accesskit

UI accessibility infrastructure across platforms and programming languages
BSD 3-Clause "New" or "Revised" License
991 stars 48 forks source link

feat: Feature-gate the `accesskit_atspi_common::simplified` module #430

Closed DataTriny closed 3 weeks ago

DataTriny commented 1 month ago

Most users don't actually need this, they should not have to compile it. I'm not set on the name of the feature, feel free to suggest something else.

mwcampbell commented 3 weeks ago

I don't think we even need to make simplified-api a default feature. If we remove that feature from the defaults, then we don't need to touch accesskit_unix, and we can avoid the semver-breaking bump to that crate.