mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +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
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2027,7 +2027,7 @@ dependencies = [
|
|||
"euclid",
|
||||
"fnv",
|
||||
"fontsan",
|
||||
"freetype",
|
||||
"freetype-sys",
|
||||
"gfx_traits",
|
||||
"harfbuzz-sys",
|
||||
"ipc-channel",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue