egui/crates/egui_demo_app/src
Emil Ernerfeldt e4eaf99072
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
2023-02-04 11:47:36 +01:00
..
apps wgpu upgraded to 0.15. demo working on linux (#2629) 2023-01-27 09:19:47 +01:00
backend_panel.rs Remove native screen reader support (#2669) 2023-02-04 11:47:36 +01:00
frame_history.rs Avoid deadlocks by using lambdas for context lock (#2625) 2023-01-25 10:24:23 +01:00
lib.rs Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
main.rs Rename eframe::EframeError to eframe::Error 2022-12-14 17:29:54 +01:00
wrap_app.rs Clear color values are now explicitely sent to the rendering backend as-is. (#2666) 2023-02-04 11:02:15 +01:00