Update to upstream clap-sys

Now that the PR for CLAP 0.23 has been merged.
This commit is contained in:
Robbert van der Helm
2022-03-16 20:59:09 +01:00
parent 6e31e18b88
commit db1401cccd
2 changed files with 5 additions and 5 deletions

View File

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