mirror of
https://codeberg.org/icewind/mill-scale.git
synced 2026-06-03 09:54:19 +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
|
- glutin_glx
|
||||||
- wayland
|
- wayland
|
||||||
- libsodium
|
- libsodium
|
||||||
|
- freetype
|
||||||
|
|
||||||
## Development tooling
|
## Development tooling
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,4 +12,5 @@
|
||||||
"wayland-egl" = {build = ["egl-wayland"];};
|
"wayland-egl" = {build = ["egl-wayland"];};
|
||||||
"wayland-sys" = {runtime = ["wayland" "libxkbcommon"];};
|
"wayland-sys" = {runtime = ["wayland" "libxkbcommon"];};
|
||||||
"libsodium-sys" = {build = ["libsodium"];};
|
"libsodium-sys" = {build = ["libsodium"];};
|
||||||
|
"freetype-sys" = {build = ["freetype"];};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue