Mute alsa error on arch

This commit is contained in:
Ultradesu
2026-06-10 17:58:55 +01:00
parent 5be633d168
commit 286d42e068
5 changed files with 123 additions and 14 deletions
+6
View File
@@ -31,3 +31,9 @@ tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
[target.'cfg(target_os="macos")'.dependencies]
core-foundation = "0.10.1"
[target."cfg(windows)".dependencies]
windows-sys = { version = "0.61.2", features = ["Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_System_LibraryLoader"] }
[target."cfg(unix)".dependencies]
libc = "0.2.186"