diff --git a/Cargo.toml b/Cargo.toml index c5f22f7..73653f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = ["xtask", "examples/gain_gui"] crate-type = ["cdylib", "lib"] [dependencies] -nih_plug = { git = "https://github.com/robbert-vdh/nih-plug.git" } +nih_plug = { git = "https://github.com/magnetophon/nih-plug.git", branch = "mid_point" } # vizia = { git = "https://github.com/vizia/vizia", default_features = false, features = ["baseview", "clipboard", "x11"] } vizia = { git = "https://github.com/vizia/vizia", branch = "vizia_plug", default_features = false, features = ["baseview", "clipboard", "x11"] }