Feat: make some stuff optional for the CLAP/VST version
This commit is contained in:
@@ -10,7 +10,7 @@ description = "Cagire as a CLAP/VST3 audio plugin"
|
||||
crate-type = ["cdylib", "lib"]
|
||||
|
||||
[dependencies]
|
||||
cagire = { path = "../.." }
|
||||
cagire = { path = "../..", features = ["block-renderer"] }
|
||||
cagire-forth = { path = "../../crates/forth" }
|
||||
cagire-project = { path = "../../crates/project" }
|
||||
cagire-ratatui = { path = "../../crates/ratatui" }
|
||||
|
||||
Reference in New Issue
Block a user