aboutsummaryrefslogtreecommitdiffhomepage
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
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.
-rw-r--r--.gitmodules8
m---------src/cubeb-coreaudio-rs0
m---------src/cubeb-pulse-rs0
3 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
diff --git a/src/cubeb-coreaudio-rs b/src/cubeb-coreaudio-rs
new file mode 160000
+Subproject 2407441a2f67341a0e13b4ba6547555e387c671
diff --git a/src/cubeb-pulse-rs b/src/cubeb-pulse-rs
new file mode 160000
+Subproject 8678dcab1c287de79c4c184ccc2e065bc62b70e