1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -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

@@ -143,4 +143,4 @@ web-sys = { version = "0.3.52", features = [
# optional
# 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 }