diff --git a/Cargo.lock b/Cargo.lock index 1df20a6b..cb57272d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -670,6 +670,23 @@ dependencies = [ "x11rb 0.13.1", ] +[[package]] +name = "baseview" +version = "0.1.0" +source = "git+https://github.com/RustAudio/baseview.git?rev=579130ecb4f9f315ae52190af42f0ea46aeaa4a2#579130ecb4f9f315ae52190af42f0ea46aeaa4a2" +dependencies = [ + "cocoa", + "core-foundation", + "keyboard-types", + "nix 0.22.3", + "objc", + "raw-window-handle 0.5.2", + "uuid", + "winapi", + "x11", + "x11rb 0.13.1", +] + [[package]] name = "bindgen" version = "0.69.4" @@ -3022,7 +3039,7 @@ dependencies = [ "atomic_float", "atomic_refcell", "backtrace", - "baseview 0.1.0 (git+https://github.com/RustAudio/baseview.git?rev=2c1b1a7b0fef1a29a5150a6a8f6fef6a0cbab8c4)", + "baseview 0.1.0 (git+https://github.com/RustAudio/baseview.git?rev=579130ecb4f9f315ae52190af42f0ea46aeaa4a2)", "bitflags 1.3.2", "cfg-if", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1d10163b..879308ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ assert_no_alloc = { git = "https://github.com/robbert-vdh/rust-assert-no-alloc.g # Used for the `standalone` feature # NOTE: OpenGL support is not needed here, but rust-analyzer gets confused when # some crates do use it and others don't -baseview = { git = "https://github.com/RustAudio/baseview.git", rev = "2c1b1a7b0fef1a29a5150a6a8f6fef6a0cbab8c4", features = ["opengl"], optional = true } +baseview = { git = "https://github.com/RustAudio/baseview.git", rev = "579130ecb4f9f315ae52190af42f0ea46aeaa4a2", features = ["opengl"], optional = true } # All the claps! clap = { version = "4.1.8", features = ["derive", "wrap_help"], optional = true } cpal = { version = "0.15", optional = true }