Max Känner 2f60fb8ba3
All checks were successful
Build legacy Nix package on Ubuntu / build (push) Successful in 4m37s
tidy up
2025-01-13 00:01:34 +01:00

25 lines
410 B
TOML

[package]
name = "audio-reactive-source"
version = "0.1.0"
edition = "2021"
[lints.clippy]
pedantic = "warn"
nursery = "warn"
[dependencies]
env_logger = "0.11"
log = "0.4"
color-eyre = "0.6"
cpal = { version = "0.15", features = ["jack"] }
realfft = "3.4"
bytemuck = { version = "1.21", features = ["derive"] }
az = "1.2"
textplots = { version = "0.8", optional = true }
[features]
plot = ["textplots"]