mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 17:45:55 +00:00
Pin minimum tts version to work around Tolk string-handling issue.
This commit is contained in:
parent
ddfc262278
commit
cb7eda45e2
|
@ -10,7 +10,7 @@ crate-type = ["staticlib", "cdylib"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
env_logger = "0.7"
|
env_logger = "0.7"
|
||||||
gdnative = "0.9.0-preview.0"
|
gdnative = "0.9.0-preview.0"
|
||||||
tts = "0.6"
|
tts = ">= 0.6.4"
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
tolk = "0.2"
|
tolk = ">= 0.2.1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user