diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-16 16:39:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-16 16:39:26 -0500 |
| commit | 12ae71759075a98deed5728d972c50e7131c726f (patch) | |
| tree | 950c53e0952d43aaa250c09c91ae4e1867eae7b0 /Cargo.toml | |
| parent | 31b83a1daf401e41a1c73484c0aec3016b795e3f (diff) | |
real time processing
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
