From 12ae71759075a98deed5728d972c50e7131c726f Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Sat, 16 May 2026 16:39:26 -0500 Subject: real time processing --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ed301af..8fea9d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,8 @@ egui-baseview = { git = "https://codeberg.org/BillyDM/egui-baseview.git", versio prost = "0.14.3" prost-build = "0.14.3" realfft = { version = "3.5.0", features = ["avx", "neon", "sse"] } +hashbrown = "0.17.1" +num-complex = "0.4.6" [build-dependencies] prost-build = "0.14.3" -- cgit v1.2.3