From 2bb3f394b31655a928e18fcdea3f62cf77d5496d Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Fri, 22 May 2026 22:12:15 +0000 Subject: Add window resizing and automation of parameters --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3