Skip to content

Commit

Permalink
Add submodules for tier-1 rust backends.
Browse files Browse the repository at this point in the history
Per https://github.com/mozilla/cubeb/wiki/Backend-Support the rust
backends for pulse and coreaudio are tier-1 and the older C++ backends
are tier-4. So, add these backends to cubeb by default.
  • Loading branch information
mutexlox-signal authored and kinetiknz committed Sep 25, 2024
1 parent 877364f commit 2bee6bc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@
[submodule "cmake/sanitizers-cmake"]
path = cmake/sanitizers-cmake
url = https://github.com/arsenm/sanitizers-cmake
[submodule "src/cubeb-coreaudio-rs"]
path = src/cubeb-coreaudio-rs
url = https://github.com/mozilla/cubeb-coreaudio-rs
branch = trailblazer
[submodule "src/cubeb-pulse-rs"]
path = src/cubeb-pulse-rs
url = https://github.com/mozilla/cubeb-pulse-rs
branch = dev
1 change: 1 addition & 0 deletions src/cubeb-coreaudio-rs
Submodule cubeb-coreaudio-rs added at 240744
1 change: 1 addition & 0 deletions src/cubeb-pulse-rs
Submodule cubeb-pulse-rs added at 8678dc

0 comments on commit 2bee6bc

Please sign in to comment.