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

Update tts 0.19 -> 0.20

This commit is contained in:
Emil Ernerfeldt
2022-02-04 13:17:48 +01:00
parent 3999e5b373
commit 8dfa6ce2f0
3 changed files with 56 additions and 63 deletions

View File

@@ -45,7 +45,7 @@ wasm-bindgen-futures = "0.4"
# Optional:
ron = { version = "0.7", optional = true }
serde = { version = "1", optional = true }
tts = { version = "0.19", optional = true } # feature screen_reader
tts = { version = "0.20", optional = true } # feature screen_reader
[features]
default = ["default_fonts", "glow"]