mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-25 09:35:57 +00:00
I thought, if the path wasn't found, then crates.io would be the fallback. Apparently not.
This commit is contained in:
parent
6bbddcc6dd
commit
8732269699
|
@ -10,7 +10,7 @@ crate-type = ["staticlib", "cdylib"]
|
|||
[dependencies]
|
||||
env_logger = "0.7"
|
||||
gdnative = "0.9.0-preview.0"
|
||||
tts = { version = "0.6", path = "tts-rs" }
|
||||
tts = "0.6"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
tolk = "0.2"
|
||||
|
|
Loading…
Reference in New Issue
Block a user