mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
Remove dependency on tts (#3651)
We were using [`tts`](https://github.com/ndarilek/tts-rs) for the web-only screen reader. This was overkill, to say the least. It is now replaced with ten lines of `web-sys` calls.
This commit is contained in:
@@ -12,6 +12,7 @@ mod web_logger;
|
||||
mod web_runner;
|
||||
|
||||
/// Access to the browser screen reader.
|
||||
#[cfg(feature = "web_screen_reader")]
|
||||
pub mod screen_reader;
|
||||
|
||||
/// Access to local browser storage.
|
||||
|
||||
Reference in New Issue
Block a user