Blocks and flowgraph

This commit is contained in:
2026-03-11 18:40:58 +01:00
parent d0773783dc
commit 13d060776f
2 changed files with 136 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[package]
name = "oxydsp-flowgraph-macros"
version = "0.1.0"
edition = "2024"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0.106"
quote = "1.0.45"
syn = "2.0.117"