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

Update crates glium, tts, and run cargo update

This commit is contained in:
Emil Ernerfeldt
2021-06-24 17:51:39 +02:00
parent 1363ac4a24
commit eb6c293774
3 changed files with 136 additions and 265 deletions

View File

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