I thought, if the path wasn't found, then crates.io would be the fallback. Apparently not.

This commit is contained in:
Nolan Darilek 2020-09-02 13:39:51 -05:00
parent 6bbddcc6dd
commit 8732269699

View File

@ -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"