mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 20:55:57 +00:00
Nolan Darilek
aa718c5fe6
Android support is waiting on Godot 3.2.2 when the new plugin system lands.
15 lines
284 B
TOML
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" |