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

View file

@ -37,6 +37,7 @@ encoding_rs = "0.8"
env_logger = "0.10"
euclid = "0.22"
fnv = "1.0"
freetype-sys = "0.20"
fxhash = "0.2"
getopts = "0.2.11"
gfx_traits = { path = "components/shared/gfx" }