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