Working base

This commit is contained in:
2026-03-13 21:57:10 +01:00
parent 092fb0191f
commit 866a5dd501
23 changed files with 1050 additions and 321 deletions

7
oxydsp-dsp/Cargo.toml Normal file
View File

@ -0,0 +1,7 @@
[package]
name = "oxydsp-dsp"
version = "0.1.0"
edition = "2024"
[dependencies]
oxydsp-flowgraph = {path = "../oxydsp-flowgraph/"}