bevy_tts/Cargo.toml

14 lines
334 B
TOML
Raw Normal View History

2020-12-03 21:39:35 +00:00
[package]
name = "bevy_tts"
version = "0.1.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
use_tolk = ["tts/use_tolk"]
[dependencies]
2020-12-19 19:32:14 +00:00
bevy = "0.4"
2020-12-30 20:59:19 +00:00
tts = { version = "0.13", features = ["use_tolk"] }