mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Remove native screen reader support (#2669)
* Remove native screen reader support Use the "accesskit" feature flag to `eframe` instead. [AccessKit](https://github.com/AccessKit/accesskit) is the future. `tts` was a mess to compile on many platforms, so I no longer want the native `tts` dependency. * Update tts to 0.25 * Update changelogs * Turn on all feature flags for package.metadata.docs.rs * remove tts from deny.toml skip-tree * Update web build scripts * Update deny.toml
This commit is contained in:
@@ -20,8 +20,7 @@ include = [
|
||||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
# Avoid speech-dispatcher dependencies - see https://docs.rs/crate/egui_glow/0.20.0/builds/695194
|
||||
features = ["document-features"]
|
||||
all-features = true
|
||||
|
||||
|
||||
[features]
|
||||
@@ -37,9 +36,6 @@ clipboard = ["egui-winit?/clipboard"]
|
||||
## enable opening links in a browser when an egui hyperlink is clicked.
|
||||
links = ["egui-winit?/links"]
|
||||
|
||||
## Experimental support for a screen reader.
|
||||
screen_reader = ["egui-winit?/screen_reader"]
|
||||
|
||||
## Enable profiling with the [`puffin`](https://docs.rs/puffin) crate.
|
||||
puffin = ["dep:puffin", "egui-winit?/puffin"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user