summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-16 16:39:26 -0500
committerGitHub <noreply@github.com>2026-05-16 16:39:26 -0500
commit12ae71759075a98deed5728d972c50e7131c726f (patch)
tree950c53e0952d43aaa250c09c91ae4e1867eae7b0 /Cargo.toml
parent31b83a1daf401e41a1c73484c0aec3016b795e3f (diff)
real time processing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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"