From 9bc67883011af2d311ebec9232c858ff531ae93b Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Wed, 18 Dec 2024 21:18:23 +0100 Subject: [PATCH] use my nih-plug, until https://github.com/robbert-vdh/nih-plug/pull/187 is merged --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }