diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-22 22:12:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-22 22:12:15 +0000 |
| commit | 2bb3f394b31655a928e18fcdea3f62cf77d5496d (patch) | |
| tree | 2cf1998f7201493239ebc27b8f14d3e9ce26c44f /Cargo.toml | |
| parent | 7e89201c6296583336dc201d322a5912292545c7 (diff) | |
Add window resizing and automation of parameters
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
