1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00

Update tts 0.15 -> 0.16

This commit is contained in:
Emil Ernerfeldt
2021-05-09 14:42:14 +02:00
parent c476ddb57c
commit 7747a1f171
5 changed files with 14 additions and 26 deletions

View File

@@ -27,7 +27,7 @@ epi = { version = "0.11.0", path = "../epi" }
js-sys = "0.3"
ron = { version = "0.6", optional = true }
serde = { version = "1", optional = true }
tts = { version = "0.15", optional = true } # feature screen_reader
tts = { version = "0.16", optional = true } # feature screen_reader
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"