From 4e6c01d654430931205ec01be6d28c6a8f9bcfb9 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 7 Jun 2022 17:58:17 -0500 Subject: [PATCH] Back to synthizer-rs master. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33fe2b1..3bd5b74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies] anyhow = "1" bevy = { version = "0.7", default-features = false } -synthizer = "0.5" +synthizer = { git = "https://github.com/synthizer/synthizer-rs" } [dev-dependencies] bevy = { version = "0.7", default-features = true } \ No newline at end of file