mirror of
https://github.com/mozilla/cubeb
synced 2024-11-21 06:26:10 -07:00
2bee6bcbd3
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.
14 lines
472 B
Text
14 lines
472 B
Text
[submodule "googletest"]
|
|
path = googletest
|
|
url = https://github.com/google/googletest
|
|
[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
|