mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 19:15:57 +00:00
13 lines
193 B
TOML
13 lines
193 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 = "0.2"
|