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

11
Cargo.lock generated
View File

@ -5,6 +5,17 @@ version = 4
[[package]]
name = "example"
version = "0.1.0"
dependencies = [
"oxydsp-dsp",
"oxydsp-flowgraph",
]
[[package]]
name = "oxydsp-dsp"
version = "0.1.0"
dependencies = [
"oxydsp-flowgraph",
]
[[package]]
name = "oxydsp-flowgraph"