mirror of
https://codeberg.org/icewind/mill-scale.git
synced 2026-06-03 18:04:09 +02:00
more autodeps
This commit is contained in:
parent
77800944c2
commit
c8bab3321a
2 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,8 @@ Additionally, dependencies for the following crates should be automatically dete
|
|||
|
||||
- openssl
|
||||
- udev
|
||||
- dbus
|
||||
- servo-fontconfig
|
||||
|
||||
## Usage with GitHub Actions
|
||||
|
||||
|
|
|
|||
|
|
@ -2,4 +2,6 @@
|
|||
"openssl-sys" = { build = [ "openssl" ]; };
|
||||
"libudev-sys" = { build = [ "eudev" ]; };
|
||||
"libdbus-sys" = { build = [ "dbus" ]; };
|
||||
"expat-sys" = { build = [ "cmake" ]; };
|
||||
"servo-fontconfig-sys" = { build = [ "fontconfig" ]; };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue