1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Update to tts 0.20.2 which resolves copy-left license issue

See https://github.com/ndarilek/tts-rs/pull/21
This commit is contained in:
Emil Ernerfeldt
2022-02-05 17:53:37 +01:00
parent 7e7b9e1919
commit ace2ac00da
2 changed files with 146 additions and 4 deletions

View File

@@ -26,5 +26,4 @@ opt-level = 2 # fast and small wasm, basically same as `opt-level = 's'`
# debug = true # include debug symbols, useful when profiling wasm
[patch.crates-io]
tts = { git = "https://github.com/emilk/tts-rs/", branch = "optional-speech-dispatcher" } # See https://github.com/ndarilek/tts-rs/pull/21
ureq = { git = "https://github.com/emilk/ureq/", branch = "opt-in-webpki-roots" } # See https://github.com/algesten/ureq/pull/479 / https://github.com/algesten/ureq/issues/478