From a4fda4a41cf1321ceb2963c00f7f18bcc3340088 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 29 Aug 2022 18:14:04 -0500 Subject: [PATCH] Remove unneeded feature. --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fc7a987..c1c4674 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +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"] [dependencies.bevy] version = "0.8" @@ -24,9 +25,9 @@ features = [ [dependencies] backtrace = "0.3" -bevy_rapier2d = { version = "0.16", features = ["serde-serialize"] } +bevy_rapier2d = "0.16" bevy_synthizer = { git = "https://labs.lightsout.games/projects/bevy_synthizer" } -bevy_tts = { git = "https://github.com/lightsoutgames/bevy_tts", default-features = false, features = ["tolk"] } +bevy_tts = { version = "0.1", default-features = false, features = ["tolk"] } coord_2d = "0.3" futures-lite = "1" gilrs = "0.9"