mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 16:15:57 +00:00
Nolan Darilek
4990454320
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
.
17 lines
276 B
TOML
17 lines
276 B
TOML
[package]
|
|
name = "godot-tts"
|
|
version = "0.1.0"
|
|
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib", "cdylib"]
|
|
|
|
[dependencies]
|
|
env_logger = "0.7"
|
|
gdnative = "0.8"
|
|
tts = "0.6"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
tolk = "0.2"
|