From 6ca86f2c3f8bb4531aa623927765f4e676fe46ae Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Sat, 20 Jun 2026 21:33:49 +0000 Subject: Avoid allocations in the real-time audio thread --- Cargo.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index aff957a..a22c29e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,21 +1,18 @@ [package] name = "retain" -version = "0.1.0-pre2" +version = "0.1.0" authors = [ "haemolacriaa" ] description = "Retain is a real-time audio plugin that retains the nth largest magnitude frequencies in a signal" edition = "2024" repository = "https://git.haemolacriaa.com/retain" +license = "GPL-3.0" publish = false [lib] crate-type = ["rlib", "cdylib"] [dependencies] -nice-plug = { - path = "../nice-plug/crates/nice-plug", - version = "0.1.0", - features = ["assert_process_allocs"] -} +nice-plug = { path = "../nice-plug/crates/nice-plug", version = "0.1.0" } nice-plug-egui = { path = "../nice-plug/crates/nice-plug-egui", version = "0.1.5" } realfft = { version = "3.5.0", features = ["avx", "neon", "sse"] } num-complex = "0.4.6" -- cgit v1.2.3