diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
