bevy_tts/Cargo.toml

19 lines
532 B
TOML

[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]
default = ["tolk"]
tolk = ["tts/tolk"]
[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = false }
crossbeam-channel = "0.5"
tts = "0.15"
[dev-dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = true }