Use latest speech-dispatcher.

This commit is contained in:
Nolan Darilek 2024-07-03 09:44:00 -05:00
parent 91166359e2
commit 5a746660e1

View File

@ -8,6 +8,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["speech_dispatcher_0_11"]
speech_dispatcher_0_9 = ["bevy_tts/speech_dispatcher_0_9"]
speech_dispatcher_0_10 = ["bevy_tts/speech_dispatcher_0_10"]
speech_dispatcher_0_11 = ["bevy_tts/speech_dispatcher_0_11"]