mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Use upstream clap-sys, CLAP 1.2.2
This commit is contained in:
committed by
Robbert van der Helm
parent
d4be40eb5b
commit
5b945da625
@@ -82,8 +82,8 @@ atomic_refcell = "0.1"
|
||||
backtrace = "0.3.65"
|
||||
bitflags = "1.3"
|
||||
cfg-if = "1.0"
|
||||
# This supports CLAP 1.1.8
|
||||
clap-sys = { git = "https://github.com/robbert-vdh/clap-sys.git", branch = "feature/cstr-macro" }
|
||||
# This supports CLAP 1.2.2
|
||||
clap-sys = { git = "https://github.com/micahrj/clap-sys.git", rev = "25d7f53fdb6363ad63fbd80049cb7a42a97ac156" }
|
||||
crossbeam = "0.8"
|
||||
log = { version = "0.4", features = ["std", "release_max_level_info"] }
|
||||
midi-consts = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user