summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2023-01-14 21:11:55 +0100
committerAlejandro Sior <aho@sior.be>2023-01-14 21:11:55 +0100
commit2895fcf79c262555b24c64267783d862ba797f13 (patch)
tree74f34e8979eab18c4c1c1717a3c6bf6b463c7635 /Cargo.toml
parent34a76f5b5e29d5509e0e45601bef71191b45162c (diff)
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