From 7a5c43b686b9af2fe445ed131868d5c06c48ef1e Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 4 Apr 2023 08:55:43 -0500 Subject: [PATCH] Bump dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cbfd7c1..65fea87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ features = [ [dependencies] bevy_rapier2d = "0.21" -bevy_synthizer = "0.2" +bevy_synthizer = "0.3" bevy_tts = { version = "0.5", default-features = false, features = ["tolk"] } coord_2d = "0.3" futures-lite = "1"