Files
technically-a-synth-test-in…/Cargo.toml
2026-03-10 22:56:10 -04:00

13 lines
229 B
TOML

[package]
name = "testing"
version = "0.1.0"
edition = "2024"
[dependencies]
dsp = { path = "../dsp" }
dasp_signal = { version = "0.11.0", features = ["all"] }
cpal = "0.17.3"
ringbuf = "0.4.8"
egui = "0.33.3"
eframe = "0.33.3"