mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 20:55:57 +00:00
17 lines
327 B
TOML
17 lines
327 B
TOML
[package]
|
|
name = "godot-tts"
|
|
version = "0.1.0"
|
|
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
gdnative = {git = "https://github.com/GodotNativeTools/godot-rust"}
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
speech-dispatcher = "0.2"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
tolk = "0.1"
|