From 2049954aa2e465ab223502cf8deb70fe967da6be Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 17 Jan 2020 10:45:11 -0600 Subject: [PATCH] Use an actual gdnative release. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f76ef7..562518b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ edition = "2018" crate-type = ["cdylib"] [dependencies] -gdnative = { git = "https://github.com/GodotNativeTools/godot-rust/" } +gdnative = "0.7" tts = "0.2"