rust-aa/Cargo.toml

20 lines
430 B
TOML
Raw Permalink Normal View History

2023-11-11 01:57:33 -08:00
[package]
name = "aa"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
apodize = "1.0.0"
cpal = { version = "0.15.2" }
eframe = { version = "0.23.0" }
egui = { version = "0.23.0", features = ["puffin"] }
egui_plot = "0.23.0"
env_logger = "0.10.1"
log = "0.4.20"
2023-11-11 01:57:33 -08:00
num = "0.4.1"
realfft = "3.3.0"
ringbuf = "0.3.3"
rustfft = "6.1.0"