Add submodules for tier-1 rust backends.
Some checks failed
Build / build (macos-13, Debug) (push) Has been cancelled
Build / build (macos-13, Release) (push) Has been cancelled
Build / build (macos-14, Debug) (push) Has been cancelled
Build / build (macos-14, Release) (push) Has been cancelled
Build / build (ubuntu-20.04, Debug) (push) Has been cancelled
Build / build (ubuntu-20.04, Release) (push) Has been cancelled
Build / build (windows-2019, Debug) (push) Has been cancelled
Build / build (windows-2019, Release) (push) Has been cancelled
Build / build-android (arm64-v8a, Debug) (push) Has been cancelled
Build / build-android (arm64-v8a, Release) (push) Has been cancelled
Build / build-android (armeabi-v7a, Debug) (push) Has been cancelled
Build / build-android (armeabi-v7a, Release) (push) Has been cancelled
Build / build-android (x86_64, Debug) (push) Has been cancelled
Build / build-android (x86_64, Release) (push) Has been cancelled
Build / check_format (push) Has been cancelled

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.
This commit is contained in:
Miriam Zimmerman 2024-09-18 14:06:48 -04:00 committed by Matthew Gregan
parent 877364f050
commit 2bee6bcbd3
3 changed files with 10 additions and 0 deletions

8
.gitmodules vendored
View file

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

@ -0,0 +1 @@
Subproject commit 2407441a2f67341a0e13b4ba6547555e387c671c

1
src/cubeb-pulse-rs Submodule

@ -0,0 +1 @@
Subproject commit 8678dcab1c287de79c4c184ccc2e065bc62b70e2