Skip to content

Commit 2bee6bc

Browse files
mutexlox-signalkinetiknz
authored andcommitted
Add submodules for tier-1 rust backends.
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.
1 parent 877364f commit 2bee6bc

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.gitmodules

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,11 @@
44
[submodule "cmake/sanitizers-cmake"]
55
path = cmake/sanitizers-cmake
66
url = https://github.com/arsenm/sanitizers-cmake
7+
[submodule "src/cubeb-coreaudio-rs"]
8+
path = src/cubeb-coreaudio-rs
9+
url = https://github.com/mozilla/cubeb-coreaudio-rs
10+
branch = trailblazer
11+
[submodule "src/cubeb-pulse-rs"]
12+
path = src/cubeb-pulse-rs
13+
url = https://github.com/mozilla/cubeb-pulse-rs
14+
branch = dev

src/cubeb-coreaudio-rs

Submodule cubeb-coreaudio-rs added at 2407441

src/cubeb-pulse-rs

Submodule cubeb-pulse-rs added at 8678dca

0 commit comments

Comments
 (0)