From 5a746660e19950b50238543fc6694af9edd40531 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 3 Jul 2024 09:44:00 -0500 Subject: [PATCH] Use latest speech-dispatcher. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4b371be..5adf3c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]