Skip to content

Commit

Permalink
Revert "Update tts to 0.21.1" (#1482)
Browse files Browse the repository at this point in the history
This reverts commit de038b9.
  • Loading branch information
emilk authored Apr 12, 2022
1 parent 08b2085 commit 973c3f2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 61 deletions.
75 changes: 16 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion egui-winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ serde = { version = "1.0", optional = true, features = ["derive"] }
webbrowser = { version = "0.6", optional = true }

# feature screen_reader
tts = { version = "0.21.1", optional = true }
tts = { version = "0.20", optional = true }
2 changes: 1 addition & 1 deletion egui_web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ wasm-bindgen-futures = "0.4"
# Optional:
ron = { version = "0.7", optional = true }
serde = { version = "1", optional = true }
tts = { version = "0.21.1", optional = true } # feature screen_reader
tts = { version = "0.20", optional = true } # feature screen_reader

[dependencies.web-sys]
version = "0.3.52"
Expand Down

0 comments on commit 973c3f2

Please sign in to comment.