godot-tts/Cargo.toml
Nolan Darilek aa718c5fe6 Implement screen reader detection for everything but Android.
Android support is waiting on Godot 3.2.2 when the new plugin system lands.
2020-05-19 08:56:41 -05:00

15 lines
284 B
TOML

[package]
name = "godot-tts"
version = "0.1.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
gdnative = "0.8"
tts = { git = "https://gitlab.com/ndarilek/tts-rs" }
[target.'cfg(windows)'.dependencies]
tolk = "0.2"