mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add a ClapPlugin trait
Just like the Vst3Plugin trait
This commit is contained in:
@@ -33,6 +33,8 @@ nih_plug_derive = { path = "nih_plug_derive" }
|
||||
|
||||
atomic_float = "0.1"
|
||||
cfg-if = "1.0"
|
||||
# For CLAP 0.18
|
||||
clap-sys = { git = "https://github.com/glowcoil/clap-sys", rev = "3ef7048e1d3b426a7c6b02b5d3ae18f14874d4e5" }
|
||||
crossbeam = "0.8"
|
||||
lazy_static = "1.4"
|
||||
parking_lot = "0.12"
|
||||
|
||||
Reference in New Issue
Block a user