Bump tts dependency and add speech_dispatcher_0_10 feature.

This commit is contained in:
Nolan Darilek 2022-03-10 15:33:37 -06:00
parent 2bf7ce2320
commit 685235384e

View File

@ -8,13 +8,14 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["tolk"]
default = ["speech_dispatcher_0_10", "tolk"]
speech_dispatcher_0_10 = ["tts/speech_dispatcher_0_10"]
tolk = ["tts/tolk"]
[dependencies]
bevy = { version = "0.6", default-features = false }
crossbeam-channel = "0.5"
tts = "0.20"
tts = { version = "0.21", default-features = false }
[dev-dependencies]
bevy = { version = "0.6", default-features = true }