mirror of
https://codeberg.org/icewind/mill-scale.git
synced 2026-06-03 18:04:09 +02:00
freetype autodeps
This commit is contained in:
parent
8196ca2f6d
commit
40ebd167f5
2 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ Additionally, dependencies for the following crates should be automatically dete
|
|||
- glutin_glx
|
||||
- wayland
|
||||
- libsodium
|
||||
- freetype
|
||||
|
||||
## Development tooling
|
||||
|
||||
|
|
|
|||
|
|
@ -12,4 +12,5 @@
|
|||
"wayland-egl" = {build = ["egl-wayland"];};
|
||||
"wayland-sys" = {runtime = ["wayland" "libxkbcommon"];};
|
||||
"libsodium-sys" = {build = ["libsodium"];};
|
||||
"freetype-sys" = {build = ["freetype"];};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue