fonts: Depend directly on freetype-sys (#32318)

Instead of depending on `rust-freetype`, depend directly on
`freetype-sys` which is a transitive dependency. This provides almost
everything we need (apart from one function call). This will help us
eliminate one crate in the dependency chain.
This commit is contained in:
Martin Robinson 2024-05-21 12:47:15 +02:00 committed by GitHub
parent 1bcb4787d2
commit 67e556e3be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 40 additions and 47 deletions

2
Cargo.lock generated
View file

@ -2027,7 +2027,7 @@ dependencies = [
"euclid",
"fnv",
"fontsan",
"freetype",
"freetype-sys",
"gfx_traits",
"harfbuzz-sys",
"ipc-channel",