1
0
Fork 0

Update vst3-sys to a version with atomic refcounts

This commit is contained in:
Robbert van der Helm 2022-01-31 18:53:45 +01:00
parent b65158283a
commit 2f59adadcc

View file

@ -14,5 +14,5 @@ lazy_static = "1.4"
parking_lot = "0.12"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
vst3-sys = { git = "https://github.com/robbert-vdh/vst3-sys.git", branch = "feature/pointer-rewrite" }
vst3-sys = { git = "https://github.com/robbert-vdh/vst3-sys.git", branch = "fix/atomic-reference-count" }
widestring = "1.0.0-beta.1"