mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-14 04:05:57 +00:00
14 lines
334 B
TOML
14 lines
334 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]
|
|
use_tolk = ["tts/use_tolk"]
|
|
|
|
[dependencies]
|
|
bevy = "0.4"
|
|
tts = { version = "0.13", features = ["use_tolk"] } |