Files
Cagire/plugins/cagire-plugins/Cargo.toml

31 lines
937 B
TOML

[package]
name = "cagire-plugins"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
description = "Cagire as a CLAP/VST3 audio plugin"
[lib]
crate-type = ["cdylib", "lib"]
[dependencies]
cagire = { path = "../.." }
cagire-forth = { path = "../../crates/forth" }
cagire-project = { path = "../../crates/project" }
cagire-ratatui = { path = "../../crates/ratatui" }
doux = { git = "https://github.com/Bubobubobubobubo/doux", features = ["native"] }
nih_plug = { git = "https://github.com/robbert-vdh/nih-plug", features = ["standalone"] }
nih_plug_egui = { git = "https://github.com/robbert-vdh/nih-plug" }
egui_ratatui = "2.1"
soft_ratatui = { version = "0.1.3", features = ["unicodefonts"] }
ratatui = "0.30"
crossterm = "0.29"
crossbeam-channel = "0.5"
arc-swap = "1"
parking_lot = "0.12"
rand = "0.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
ringbuf = "0.4"