Upgrade vst3-sys dependency

This commit is contained in:
Robbert van der Helm
2022-01-29 20:54:52 +01:00
parent 6fc4d80483
commit 902c3b2bf6
3 changed files with 18 additions and 15 deletions

View File

@@ -13,6 +13,5 @@ nih_plug_derive = { path = "nih_plug_derive" }
lazy_static = "1.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
# Upstream currently does not support structs with generics and comments
vst3-sys = { git = "https://github.com/robbert-vdh/vst3-sys.git", branch = "fix/vst3-macro-generics" }
vst3-sys = { git = "https://github.com/RustAudio/vst3-sys.git" }
widestring = "1.0.0-beta.1"