mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-13 00:05:55 +00:00
Bump tts dependency and add speech_dispatcher_0_10
feature.
This commit is contained in:
parent
2bf7ce2320
commit
685235384e
|
@ -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 }
|
Loading…
Reference in New Issue
Block a user