mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
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:
parent
1bcb4787d2
commit
67e556e3be
5 changed files with 40 additions and 47 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue