Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove native screen reader support #2669

Merged
merged 7 commits into from
Feb 4, 2023
Merged

Remove native screen reader support #2669

merged 7 commits into from
Feb 4, 2023

Commits on Feb 4, 2023

  1. 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.
    emilk committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    88a7451 View commit details
    Browse the repository at this point in the history
  2. Update tts to 0.25

    emilk committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    cd46004 View commit details
    Browse the repository at this point in the history
  3. Update changelogs

    emilk committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    73a5a3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    953cd6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1aa13e2 View commit details
    Browse the repository at this point in the history
  6. Update web build scripts

    emilk committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    00be15f View commit details
    Browse the repository at this point in the history
  7. Update deny.toml

    emilk committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    f3a0e94 View commit details
    Browse the repository at this point in the history