From 55978795920b16875899d14a9a40bd76278b9fb2 Mon Sep 17 00:00:00 2001 From: Breval Ferrari Date: Thu, 27 Jun 2024 18:30:02 +0200 Subject: [PATCH] switch deps for sound effects --- bent-funny-zone/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bent-funny-zone/Cargo.toml b/bent-funny-zone/Cargo.toml index 6a70bfb..aec3e0f 100644 --- a/bent-funny-zone/Cargo.toml +++ b/bent-funny-zone/Cargo.toml @@ -14,4 +14,4 @@ keywords.workspace = true anyhow = "1.0.86" bmp = "0.5.0" dasp_sample = "0.11.0" -synfx-dsp = "0.5.6" +fundsp = { version = "0.18.1", default-features = false, features = ["std"] }