Use a vst3-sys fork with support for generics

This commit is contained in:
Robbert van der Helm
2022-01-26 15:38:43 +01:00
parent 04ad429e57
commit 1a619c474b
2 changed files with 6 additions and 5 deletions

View File

@@ -10,4 +10,5 @@ members = ["nih_plug_derive", "plugins/gain"]
[dependencies]
nih_plug_derive = { path = "nih_plug_derive" }
vst3-sys = { git = "https://github.com/RustAudio/vst3-sys.git" }
# 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" }