WIP: rename to cagire-plugins

This commit is contained in:
2026-02-20 22:31:13 +01:00
parent 2d734c471f
commit 5ef988382b
8 changed files with 33 additions and 33 deletions

30
crates/plugins/Cargo.toml Normal file
View File

@@ -0,0 +1,30 @@
[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 = "../forth" }
cagire-project = { path = "../project" }
cagire-ratatui = { path = "../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"