alsa autodeps

This commit is contained in:
Robin Appelman 2025-04-26 01:21:02 +02:00
commit 4330709edc
2 changed files with 2 additions and 0 deletions

View file

@ -58,6 +58,7 @@ Additionally, dependencies for the following crates should be automatically dete
- wayland - wayland
- libsodium - libsodium
- freetype - freetype
- alsa
## Development tooling ## Development tooling

View file

@ -13,4 +13,5 @@
"wayland-sys" = {runtime = ["wayland" "libxkbcommon"];}; "wayland-sys" = {runtime = ["wayland" "libxkbcommon"];};
"libsodium-sys" = {build = ["libsodium"];}; "libsodium-sys" = {build = ["libsodium"];};
"freetype-sys" = {build = ["freetype"];}; "freetype-sys" = {build = ["freetype"];};
"alsa-sys" = {build = ["alsa-lib"];};
} }