mirror of
https://codeberg.org/icewind/mill-scale.git
synced 2026-06-03 09:54:19 +02:00
alsa autodeps
This commit is contained in:
parent
40ebd167f5
commit
4330709edc
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"];};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue