Pass gecko-in-tree feature to cubeb-backend.

This lets us break a circular dependency when cubeb includes
cubeb-coreaudio-rs.
This commit is contained in:
Miriam Zimmerman 2024-11-19 17:39:28 -05:00 коммит произвёл Matthew Gregan
Родитель 28166fb5f2
Коммит 87024ed394
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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