From a2a547e289895ad330f177c7d781e0ddc7d6e5f8 Mon Sep 17 00:00:00 2001 From: Miriam Zimmerman Date: Tue, 19 Nov 2024 17:39:28 -0500 Subject: [PATCH] Pass gecko-in-tree feature to cubeb-backend. This lets us break a circular dependency when cubeb includes cubeb-coreaudio-rs. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7c7ca582..5a02896e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,7 @@ itertools = "0.11" [features] audio-dump = [] +gecko-in-tree = ["cubeb-backend/gecko-in-tree"] # Workaround for https://github.com/rust-lang/cargo/issues/6745 to allow this # Cargo.toml file to appear under a subdirectory of a workspace without being in