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 6bbddcc6dd.
This commit is contained in:
Nolan Darilek 2020-09-02 14:34:13 -05:00
parent 8732269699
commit 4990454320

View File

@ -9,7 +9,7 @@ crate-type = ["staticlib", "cdylib"]
[dependencies] [dependencies]
env_logger = "0.7" env_logger = "0.7"
gdnative = "0.9.0-preview.0" gdnative = "0.8"
tts = "0.6" tts = "0.6"
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]