From 6ec761d0fb17f23ead4887c9273025e2b0972a6e Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 7 Sep 2022 13:55:55 -0500 Subject: [PATCH] Update features list for new bevy_tts. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1c4674..3603ca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [features] speech_dispatcher_0_10 = ["bevy_tts/speech_dispatcher_0_10"] -speech_dispatcher_0_10_2 = ["bevy_tts/speech_dispatcher_0_10_2"] +speech_dispatcher_0_11 = ["bevy_tts/speech_dispatcher_0_11"] [dependencies.bevy] version = "0.8"