summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d239a65..03bd26c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,4 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-cpal = "0.14.1" \ No newline at end of file
+cpal = "0.14.1"
+wav = "1.0.0"
+rustfft = "6.0.1"
+fftw = "0.7.0"
+eframe = "0.19.0" \ No newline at end of file