mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +01:00
Migrate to yeslogic's fontconfig bindings.
This commit is contained in:
parent
f8a44d0ad4
commit
f4271e9f3f
3 changed files with 8 additions and 17 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -1740,15 +1740,6 @@ dependencies = [
|
|||
"yeslogic-fontconfig-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "fontconfig"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a25320ad784a9578ada0b395dd7dcd2321109404bbb341ec27e64b01a1e49b47"
|
||||
dependencies = [
|
||||
"yeslogic-fontconfig-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "fontsan"
|
||||
version = "0.4.0"
|
||||
|
@ -2014,7 +2005,6 @@ dependencies = [
|
|||
"dwrote",
|
||||
"euclid",
|
||||
"fnv",
|
||||
"fontconfig",
|
||||
"fontsan",
|
||||
"freetype",
|
||||
"gfx_traits",
|
||||
|
@ -2041,6 +2031,7 @@ dependencies = [
|
|||
"webrender_api",
|
||||
"xi-unicode",
|
||||
"xml-rs",
|
||||
"yeslogic-fontconfig-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue