Restructured project for separate plugins
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "ebu-plug-core"
|
||||
name = "ebu-plugs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
@@ -7,14 +7,10 @@ edition = "2024"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
ebu-dsp = { version = "0.1.0", path = "ebu-dsp" }
|
||||
nih_plug = { git = "https://github.com/robbert-vdh/nih-plug", version = "0.0.0", default-features = false }
|
||||
parking_lot = "0.12.5"
|
||||
baseview = { git = "https://github.com/RustAudio/baseview", rev = "237d323c729f3aa99476ba3efa50129c5e86cad3", features = ["opengl"]}
|
||||
crossbeam = "0.8.4"
|
||||
femtovg = "0.19.3"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
image = { version = "0.25.9", default-features = false, features = ["png"] }
|
||||
airfreshener = { path = "plug-airfreshener", lib = true, artifact = "cdylib" }
|
||||
|
||||
[build-dependencies]
|
||||
helpers = { path = "helpers" }
|
||||
|
||||
[workspace]
|
||||
members = ["ebu-dsp"]
|
||||
members = ["dsp", "helpers", "plug-airfreshener"]
|
||||
|
||||
Reference in New Issue
Block a user