add autodeps for libsodium
Some checks failed
CI / checks (push) Has been cancelled

This commit is contained in:
Robin Appelman 2024-12-21 15:05:50 +01:00
commit ad3de3f170
2 changed files with 2 additions and 0 deletions

View file

@ -52,6 +52,7 @@ Additionally, dependencies for the following crates should be automatically dete
- udev - udev
- dbus - dbus
- servo-fontconfig - servo-fontconfig
- sodium
## Usage with GitHub Actions ## Usage with GitHub Actions

View file

@ -8,4 +8,5 @@
"glutin_glx_sys" = { runtime = [ "libGL" "libGLU" ]; }; "glutin_glx_sys" = { runtime = [ "libGL" "libGLU" ]; };
"wayland-egl" = { build = [ "egl-wayland" ]; }; "wayland-egl" = { build = [ "egl-wayland" ]; };
"wayland-sys" = { runtime = [ "wayland" "libxkbcommon" ]; }; "wayland-sys" = { runtime = [ "wayland" "libxkbcommon" ]; };
"libsodium-sys" = { build = [ "libsodium" ]; };
} }