aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
diff options
context:
space:
mode:
authorMiriam Zimmerman <[email protected]>2024-09-18 14:06:48 -0400
committerMatthew Gregan <[email protected]>2024-09-25 15:14:58 +1200
commit2bee6bcbd37b121ab197193fe466eef0e91b62b1 (patch)
tree650f20cbebbab32a1979feeb09f7ea12c521e588 /.gitmodules
parent877364f0509c9a54f2d7015a6a9b52b4c7c99edc (diff)
downloadcubeb-2bee6bcbd37b121ab197193fe466eef0e91b62b1.tar.gz
cubeb-2bee6bcbd37b121ab197193fe466eef0e91b62b1.zip
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.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index a819201..41442f2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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