Update the JACK bindings

We should no longer have to use our own fork for this.
This commit is contained in:
Robbert van der Helm
2023-02-26 16:23:24 +01:00
parent 86adca2e5a
commit 49e99eef53
4 changed files with 13 additions and 9 deletions

View File

@@ -110,9 +110,7 @@ baseview = { git = "https://github.com/RustAudio/baseview.git", rev = "7001c2521
# All the claps!
clap = { version = "3.2", features = ["derive"], optional = true }
cpal = { version = "0.14.1", optional = true }
# Current upstream JACK always links to libjack, even when using the default
# dynamic loading feature
jack = { git = "https://github.com/robbert-vdh/rust-jack.git", tag = "tmp-handle-library-failure", optional = true }
jack = { version = "0.11.4", optional = true }
midir = { version = "0.9.1", optional = true }
rtrb = { version = "0.2.2", optional = true }