mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
Auto merge of #26041 - jdm:dwrote-up, r=asajeffrey
Update dwrote to 0.11. Fix #25962.
This commit is contained in:
commit
029049b486
4 changed files with 21 additions and 6 deletions
20
Cargo.lock
generated
20
Cargo.lock
generated
|
@ -1327,6 +1327,20 @@ dependencies = [
|
|||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dwrote"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"winapi",
|
||||
"wio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "either"
|
||||
version = "1.5.2"
|
||||
|
@ -1538,7 +1552,7 @@ dependencies = [
|
|||
"core-graphics 0.19.0",
|
||||
"core-text 15.0.0",
|
||||
"dirs 2.0.2",
|
||||
"dwrote",
|
||||
"dwrote 0.9.0",
|
||||
"euclid",
|
||||
"float-ord",
|
||||
"freetype",
|
||||
|
@ -1760,7 +1774,7 @@ dependencies = [
|
|||
"core-foundation 0.6.4",
|
||||
"core-graphics 0.17.3",
|
||||
"core-text 13.2.0",
|
||||
"dwrote",
|
||||
"dwrote 0.11.0",
|
||||
"euclid",
|
||||
"fnv",
|
||||
"fontsan",
|
||||
|
@ -6571,7 +6585,7 @@ dependencies = [
|
|||
"core-graphics 0.17.3",
|
||||
"core-text 13.2.0",
|
||||
"cstr",
|
||||
"dwrote",
|
||||
"dwrote 0.9.0",
|
||||
"euclid",
|
||||
"freetype",
|
||||
"fxhash",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue