From 499045432029ac93962b522a99ab731c4bcf17fd Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 2 Sep 2020 14:34:13 -0500 Subject: [PATCH] Revert "Bump to 0.9.0 preview API for godot-rust." I'd initially done this because 0.9 uses a newer bindgen and, for some reason, I can't build this with a local tts-rs under Windows. This, despite bindgen only being a Linux dependency. Seems to work fine with the dependency from crates.io, though. 0.9 also appears to be broken on MacOS/iOS targets. Apologies for the impending force-push to update the release tag. This reverts commit 6bbddcc6dd290b61a422a8283dbe189c2bb79771. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6dfd7a..71dad95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["staticlib", "cdylib"] [dependencies] env_logger = "0.7" -gdnative = "0.9.0-preview.0" +gdnative = "0.8" tts = "0.6" [target.'cfg(windows)'.dependencies]