Skip to content

Commit

Permalink
Pass gecko-in-tree feature to cubeb-backend.
Browse files Browse the repository at this point in the history
This lets us break a circular dependency when cubeb includes
cubeb-coreaudio-rs.
  • Loading branch information
mutexlox-signal authored and kinetiknz committed Nov 19, 2024
1 parent 28166fb commit 87024ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87024ed

Please sign in to comment.