1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Update tts to 0.22

This commit is contained in:
Emil Ernerfeldt
2022-07-03 18:49:07 +02:00
parent b278d37df1
commit 2e1280b61e
3 changed files with 64 additions and 38 deletions

View File

@@ -58,7 +58,7 @@ puffin = { version = "0.13", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }
# feature screen_reader
tts = { version = "0.20", optional = true } # stuck on old version due to compilation problems on linux
tts = { version = "0.22", optional = true }
webbrowser = { version = "0.7", optional = true }