mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-14 04:25:57 +00:00
13 lines
262 B
TOML
13 lines
262 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.10"
|
|
gdnative = "0.11"
|
|
tts = { version = "0.25", features = ["tolk"] } |