From a72e010b52d1b3b8219d6929e2175b5b0628ed89 Mon Sep 17 00:00:00 2001 From: seandavies555 Date: Thu, 2 Oct 2025 01:07:53 -0700 Subject: [PATCH] move to regular vst3-sys --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81c28648..ad11ced4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6037,7 +6037,7 @@ dependencies = [ [[package]] name = "vst3-com" version = "0.1.0" -source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix/drop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2" +source = "git+https://github.com/RustAudio/vst3-sys#f3e8f01c3de6d5df2f503c920c9f2bf8166a771b" dependencies = [ "vst3-com-macros", ] @@ -6045,7 +6045,7 @@ dependencies = [ [[package]] name = "vst3-com-macros" version = "0.2.0" -source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix/drop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2" +source = "git+https://github.com/RustAudio/vst3-sys#f3e8f01c3de6d5df2f503c920c9f2bf8166a771b" dependencies = [ "proc-macro2", "quote", @@ -6056,7 +6056,7 @@ dependencies = [ [[package]] name = "vst3-com-macros-support" version = "0.2.0" -source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix/drop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2" +source = "git+https://github.com/RustAudio/vst3-sys#f3e8f01c3de6d5df2f503c920c9f2bf8166a771b" dependencies = [ "proc-macro2", "quote", @@ -6066,7 +6066,7 @@ dependencies = [ [[package]] name = "vst3-sys" version = "0.1.0" -source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix/drop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2" +source = "git+https://github.com/RustAudio/vst3-sys#f3e8f01c3de6d5df2f503c920c9f2bf8166a771b" dependencies = [ "vst3-com", ] diff --git a/Cargo.toml b/Cargo.toml index 6b70605d..3e401141 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ midir = { version = "0.9.1", optional = true } rtrb = { version = "0.2.2", optional = true } # Used for the `vst3` feature -vst3-sys = { git = "https://github.com/robbert-vdh/vst3-sys.git", branch = "fix/drop-box-from-raw", optional = true } +vst3-sys = { git = "https://github.com/RustAudio/vst3-sys", optional = true } # Used for the `zstd` feature zstd = { version = "0.12.3", optional = true }