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

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