freetype autodeps

This commit is contained in:
Robin Appelman 2025-04-26 01:04:05 +02:00
commit 40ebd167f5
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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"];};
} }