mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 19:55:58 +00:00
13 lines
247 B
TOML
13 lines
247 B
TOML
[package]
|
|
name = "godot-tts"
|
|
version = "0.1.3"
|
|
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
gdnative = { git = "https://github.com/GodotNativeTools/godot-rust/" }
|
|
tts = "0.2"
|