mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-22 00:55:57 +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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["tolk"]
|
default = ["speech_dispatcher_0_10", "tolk"]
|
||||||
|
speech_dispatcher_0_10 = ["tts/speech_dispatcher_0_10"]
|
||||||
tolk = ["tts/tolk"]
|
tolk = ["tts/tolk"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bevy = { version = "0.6", default-features = false }
|
bevy = { version = "0.6", default-features = false }
|
||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
tts = "0.20"
|
tts = { version = "0.21", default-features = false }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
bevy = { version = "0.6", default-features = true }
|
bevy = { version = "0.6", default-features = true }
|
Loading…
Reference in New Issue
Block a user