From 87024ed394581f157e24de3b5fcc21022d947245 Mon Sep 17 00:00:00 2001
From: Miriam Zimmerman <mutexlox@signal.org>
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