From 52855aaec97a247e72318c6ff2d6a2ea9333efc1 Mon Sep 17 00:00:00 2001 From: Miriam Zimmerman Date: Tue, 19 Nov 2024 17:44:35 -0500 Subject: [PATCH] Pass down gecko-in-tree feature to cubeb-backend. This fixes a circular dependency when using versions of cubeb-rs that include cubeb-pulse-rs. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 70297a1..d2c05be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ license = "ISC" [features] pulse-dlopen = ["pulse-ffi/dlopen"] +gecko-in-tree = ["cubeb-backend/gecko-in-tree"] [lib] crate-type = ["staticlib", "rlib"]