mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 17:55:56 +00:00
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"
|