From f19beaa73aa0c24c30aae3644192097835ba4c3d Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 17 Aug 2024 11:53:43 -0400 Subject: [PATCH] Dependency/feature updates. --- Cargo.toml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 80da98b..b94e8f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,21 +13,9 @@ 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"] -[dependencies.bevy] -version = "0.14" -default-features = false -features = [ - "bevy_gilrs", - "bevy_state", - "bevy_winit", - "x11", - "wayland", - "multi_threaded", - "serialize", -] - [dependencies] -bevy_rapier2d = "0.27.0-rc.1" +bevy = "0.14" +bevy_rapier2d = "0.27" bevy_synthizer = "0.7" bevy_tts = { version = "0.9", default-features = false, features = ["tolk"] } coord_2d = "0.3"