mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Use upstream vst3-sys again
Now that https://github.com/RustAudio/vst3-sys/pull/46 has been merged.
This commit is contained in:
@@ -48,9 +48,7 @@ parking_lot = "0.12"
|
||||
raw-window-handle = "0.4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
# This contains a number of fixes for the reference counting, cross compilation
|
||||
# support, and an incorrect return type
|
||||
vst3-sys = { git = "https://github.com/robbert-vdh/vst3-sys.git", branch = "fix/atomic-reference-count" }
|
||||
vst3-sys = { git = "https://github.com/RustAudio/vst3-sys.git" }
|
||||
widestring = "1.0.0-beta.1"
|
||||
|
||||
assert_no_alloc = { version = "1.1", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user