Little synth interface
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "testing"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
synthesis = { path = "../synthesis" }
|
||||
dasp_signal = { version = "0.11.0", features = ["all"] }
|
||||
cpal = "0.17.3"
|
||||
ringbuf = "0.4.8"
|
||||
egui = "0.33.3"
|
||||
eframe = "0.33.3"
|
||||
Reference in New Issue
Block a user