Update for CLAP 0.21

This commit is contained in:
Robbert van der Helm
2022-03-09 00:27:44 +01:00
parent 919eb7e5e6
commit 48bc64ebb1
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ nih_plug_derive = { path = "nih_plug_derive" }
atomic_float = "0.1"
atomic_refcell = "0.1"
cfg-if = "1.0"
# For CLAP 0.20
# For CLAP 0.21
clap-sys = { git = "https://github.com/robbert-vdh/clap-sys", branch = "update/clap-0.20" }
crossbeam = "0.8"
lazy_static = "1.4"