mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-12 23:45:56 +00:00
Add support for speech-dispatcher 0.10.2.
This commit is contained in:
parent
b7f8054bfe
commit
d04107e941
|
@ -10,14 +10,15 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[features]
|
||||
default = ["speech_dispatcher_0_10", "tolk"]
|
||||
default = ["speech_dispatcher_0_10_2", "tolk"]
|
||||
speech_dispatcher_0_10 = ["tts/speech_dispatcher_0_10"]
|
||||
speech_dispatcher_0_10_2 = ["tts/speech_dispatcher_0_10_2"]
|
||||
tolk = ["tts/tolk"]
|
||||
|
||||
[dependencies]
|
||||
bevy = { version = "0.8", default-features = false }
|
||||
crossbeam-channel = "0.5"
|
||||
tts = { version = "0.23", default-features = false }
|
||||
tts = { version = "0.23.1", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
bevy = { version = "0.8", default-features = true }
|
||||
|
|
Loading…
Reference in New Issue
Block a user