From fa2e65d462ceefb3a8d1690a959cc5c6a313feb6 Mon Sep 17 00:00:00 2001 From: Anton Date: Wed, 27 Dec 2023 22:44:52 +0200 Subject: [PATCH] Add the bindgen feature for the musl target --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 71b7104..6a93130 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ serde = ["dep:serde"] [dependencies] # Until https://github.com/aubio/aubio/issues/336 is somehow solved # Hopefully we'll be able to use the official aubio-rs at some point. -bliss-audio-aubio-rs = "0.2.1" +bliss-audio-aubio-rs = { version = "0.2.1", features = ["bindgen"] } crossbeam = "0.8.2" ffmpeg-next = "6.0.0" ffmpeg-sys-next = { version = "6.0.1", default-features = false }