1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

update tts 0.17 -> 0.19

This commit is contained in:
Emil Ernerfeldt
2021-12-29 10:56:16 +01:00
parent ffd28252ab
commit 037ca5f9cd
3 changed files with 19 additions and 144 deletions

View File

@@ -32,7 +32,7 @@ serde = { version = "1.0", optional = true, features = ["derive"] }
webbrowser = { version = "0.5", optional = true }
# feature screen_reader
tts = { version = "0.17", optional = true }
tts = { version = "0.19", optional = true }
[features]
default = ["clipboard", "links"]