Files
ebu-plugs/ebu-dsp/Cargo.toml
2025-12-03 12:37:38 +01:00

10 lines
282 B
TOML

[package]
name = "ebu-dsp"
version = "0.1.0"
edition = "2024"
[dependencies]
femtovg = "0.19.3"
image = { version = "0.25.9", default-features = false, features = ["png"] }
nih_plug = { git = "https://github.com/robbert-vdh/nih-plug", version = "0.0.0", default-features = false }