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.
This commit is contained in:
Miriam Zimmerman 2024-11-19 17:44:35 -05:00 коммит произвёл Matthew Gregan
Родитель f951e72f26
Коммит b6cddee439
1 изменённых файлов: 1 добавлений и 0 удалений

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

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