From 685235384ec687b64e2b3f97cb5f3ec37cc121ec Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 10 Mar 2022 15:33:37 -0600 Subject: [PATCH] Bump tts dependency and add `speech_dispatcher_0_10` feature. --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 764ee30..679141a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,13 +8,14 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -default = ["tolk"] +default = ["speech_dispatcher_0_10", "tolk"] +speech_dispatcher_0_10 = ["tts/speech_dispatcher_0_10"] tolk = ["tts/tolk"] [dependencies] bevy = { version = "0.6", default-features = false } crossbeam-channel = "0.5" -tts = "0.20" +tts = { version = "0.21", default-features = false } [dev-dependencies] bevy = { version = "0.6", default-features = true } \ No newline at end of file