Bump tts to V0.3.0.

This commit is contained in:
Nolan Darilek 2020-06-09 11:25:49 -05:00
parent 0d7ba71769
commit b076b78eb5

View File

@ -9,7 +9,7 @@ crate-type = ["cdylib"]
[dependencies] [dependencies]
gdnative = "0.8" gdnative = "0.8"
tts = { git = "https://gitlab.com/ndarilek/tts-rs" } tts = "0.3"
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
tolk = "0.2" tolk = "0.2"