mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Use a vst3-sys fork to fix unused Box::from_raw
https://github.com/RustAudio/vst3-sys/pull/52
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -4450,7 +4450,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "vst3-com"
|
name = "vst3-com"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix/note-off-event#bda8be0f6dacd2155765a64a32351dc9308164fe"
|
source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix/drop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"vst3-com-macros",
|
"vst3-com-macros",
|
||||||
]
|
]
|
||||||
@@ -4458,7 +4458,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "vst3-com-macros"
|
name = "vst3-com-macros"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix/note-off-event#bda8be0f6dacd2155765a64a32351dc9308164fe"
|
source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix/drop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@@ -4469,7 +4469,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "vst3-com-macros-support"
|
name = "vst3-com-macros-support"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix/note-off-event#bda8be0f6dacd2155765a64a32351dc9308164fe"
|
source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix/drop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@@ -4479,7 +4479,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "vst3-sys"
|
name = "vst3-sys"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix/note-off-event#bda8be0f6dacd2155765a64a32351dc9308164fe"
|
source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix/drop-box-from-raw#b3ff4d775940f5b476b9d1cca02a90e07e1922a2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"vst3-com",
|
"vst3-com",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ jack = { git = "https://github.com/robbert-vdh/rust-jack.git", branch = "feature
|
|||||||
rtrb = { version = "0.2.2", optional = true }
|
rtrb = { version = "0.2.2", optional = true }
|
||||||
|
|
||||||
# Used for the `vst3` feature
|
# Used for the `vst3` feature
|
||||||
vst3-sys = { git = "https://github.com/robbert-vdh/vst3-sys.git", branch = "fix/note-off-event", optional = true }
|
vst3-sys = { git = "https://github.com/robbert-vdh/vst3-sys.git", branch = "fix/drop-box-from-raw", optional = true }
|
||||||
|
|
||||||
# Used for the `zstd` feature
|
# Used for the `zstd` feature
|
||||||
zstd = { version = "0.11.2", optional = true }
|
zstd = { version = "0.11.2", optional = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user