diff --git a/Cargo.toml b/Cargo.toml index a119e9d..c6dfd7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"