From 8b2ff38fc303fee16df43eabce05f49d86f563f7 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 10 Sep 2019 11:04:50 -0500 Subject: [PATCH] Use tts 0.2. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9e7a4e..cd22c31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,4 @@ crate-type = ["cdylib"] [dependencies] gdnative = { git = "https://github.com/ndarilek/godot-rust/" } -tts = { path = "../../TTS-RS" } +tts = "0.2"