From 9d65ed0f68bf33a6b87323f17677e962361f6fc1 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 13 Aug 2022 08:47:26 -0500 Subject: [PATCH] Switch dependency back to working branch. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ed623f3..bea990e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies] anyhow = "1" bevy = { version = "0.8", default-features = false, features = ["bevy_asset"] } -synthizer = { git = "https://github.com/synthizer/synthizer-rs" } +synthizer = { git = "https://github.com/ndarilek/synthizer-rs" } [dev-dependencies] bevy = { version = "0.8", default-features = true } \ No newline at end of file