From 85e24b5b45bf687163a35b7aad9b29c31c5e04cf Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 4 Aug 2022 14:44:39 -0500 Subject: [PATCH] Remove missing branches from dependency. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3b38421..e0ece06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,8 +25,8 @@ features = [ [dependencies] backtrace = "0.3" bevy_rapier2d = { version = "0.16", features = ["serde-serialize"] } -bevy_synthizer = { git = "https://labs.lightsout.games/projects/bevy_synthizer", branch = "bevy-0.8" } -bevy_tts = { git = "https://github.com/lightsoutgames/bevy_tts", default-features = false, features = ["tolk"], branch = "bevy-0.8" } +bevy_synthizer = { git = "https://labs.lightsout.games/projects/bevy_synthizer" } +bevy_tts = { git = "https://github.com/lightsoutgames/bevy_tts", default-features = false, features = ["tolk"] } coord_2d = "0.3" futures-lite = "1" gilrs = "0.9"