summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-22 22:12:15 +0000
committerGitHub <noreply@github.com>2026-05-22 22:12:15 +0000
commit2bb3f394b31655a928e18fcdea3f62cf77d5496d (patch)
tree2cf1998f7201493239ebc27b8f14d3e9ce26c44f /Cargo.toml
parent7e89201c6296583336dc201d322a5912292545c7 (diff)
Add window resizing and automation of parameters
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a91ef6d..52b1388 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,6 +31,7 @@ prost = "0.14.3"
realfft = { version = "3.5.0", features = ["avx", "neon", "sse"] }
num-complex = "0.4.6"
rustc-hash = "2.1.2"
+atomic_float = "1.1.0"
[build-dependencies]
prost-build = "0.14.3"