From cabc938ab7a20999cf49a408beb385dad6c896ed Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 15 Dec 2022 10:48:29 -0600 Subject: [PATCH] Temporarily switch back to synthizer-rs master. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9557020..5c2443e 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 = "0.5" +synthizer = { git = "https://github.com/synthizer/synthizer-rs" } [dev-dependencies] bevy = { version = "0.9", default-features = true }