From 274c18b8ff48a4ef83819c9974fdddb1e3822a8a Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 17 Dec 2022 10:12:32 -0600 Subject: [PATCH] Back to released Synthizer. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c2443e..9557020 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://labs.lightsout.games/projects/bevy_synthizer" [dependencies] anyhow = "1" bevy = { version = "0.9", default-features = false, features = ["bevy_asset"] } -synthizer = { git = "https://github.com/synthizer/synthizer-rs" } +synthizer = "0.5" [dev-dependencies] bevy = { version = "0.9", default-features = true }