mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00: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_glium/0.20.0/builds/695197
|
||||
features = ["document-features"]
|
||||
all-features = true
|
||||
|
||||
|
||||
[features]
|
||||
@@ -35,9 +34,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"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
egui = { version = "0.20.0", path = "../egui", default-features = false, features = [
|
||||
|
||||
Reference in New Issue
Block a user