From 31b83a1daf401e41a1c73484c0aec3016b795e3f Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Sat, 16 May 2026 03:06:33 -0500 Subject: latency --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ccd8968..ed301af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ clack-extensions = { path = "../clack/extensions", features = [ "params", "raw-window-handle_05", "state", + "latency", ] } baseview = { git = "https://github.com/RustAudio/baseview.git", rev = "237d323c729f3aa99476ba3efa50129c5e86cad3", version = "0.1.0" } egui-baseview = { git = "https://codeberg.org/BillyDM/egui-baseview.git", version = "0.7.0" } @@ -24,13 +25,14 @@ egui-baseview = { git = "https://codeberg.org/BillyDM/egui-baseview.git", versio # to serialize parameters and save the plugin state prost = "0.14.3" prost-build = "0.14.3" +realfft = { version = "3.5.0", features = ["avx", "neon", "sse"] } [build-dependencies] prost-build = "0.14.3" [profile.release] opt-level = 3 -lto = "fat" +lto = true codegen-units = 1 panic = "abort" -strip = "debuginfo" +strip = true -- cgit v1.2.3