diff --git a/Cargo.lock b/Cargo.lock index 856f193..4421e0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,7 +12,6 @@ dependencies = [ "nih_plug", "nih_plug_vizia", "synfx-dsp", - "triple_buffer", ] [[package]] @@ -2997,15 +2996,6 @@ dependencies = [ "once_cell", ] -[[package]] -name = "triple_buffer" -version = "8.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e66931c8eca6381f0d34656a9341f09bd462010488c1a3bc0acd3f2d08dffce" -dependencies = [ - "crossbeam-utils", -] - [[package]] name = "ttf-parser" version = "0.18.1" diff --git a/Cargo.toml b/Cargo.toml index c17c3b3..a8541ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,6 @@ crate-type = ["cdylib", "lib"] # thread in debug builds. nih_plug = { git = "https://github.com/robbert-vdh/nih-plug.git", features = ["assert_process_allocs"] } bit_mask_ring_buf = "0.5" -triple_buffer = "8.0.0" nih_plug_vizia = { git = "https://github.com/robbert-vdh/nih-plug.git" } synfx-dsp = { version = "0.5.6" }