Use upstream vst3-sys again

Now that https://github.com/RustAudio/vst3-sys/pull/46 has been merged.
This commit is contained in:
Robbert van der Helm
2022-03-02 10:36:38 +01:00
parent 85ea65c080
commit 9d5de10d16
2 changed files with 7 additions and 9 deletions

View File

@@ -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 }