mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-10 04:55:56 +00:00
16 lines
377 B
TOML
16 lines
377 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 = { git = "https://github.com/bevyengine/bevy" }
|
||
|
tts = { version = "0.12", features = ["use_tolk"] }
|