From 4de93a145affb220120f724c976354a1930f1371 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 11 Jul 2019 09:37:36 -0400 Subject: [PATCH] Update dwrote. --- Cargo.lock | 15 +-------------- components/gfx/Cargo.toml | 2 +- servo-tidy.toml | 1 - 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cb07bd377e2..dd063ad0d72d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1080,18 +1080,6 @@ dependencies = [ "dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "dwrote" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "dwrote" version = "0.9.0" @@ -1437,7 +1425,7 @@ dependencies = [ "core-foundation 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "dwrote 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dwrote 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.19.8 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "fontsan 0.4.0 (git+https://github.com/servo/fontsan)", @@ -5816,7 +5804,6 @@ dependencies = [ "checksum downcast-rs 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "18df8ce4470c189d18aa926022da57544f31e154631eb4cfe796aea97051fe6c" "checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90" "checksum dtoa-short 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fe6f727b406462fd57c95fed84d1b0dbfb5f0136fcac005adba9ea0367c05cc8" -"checksum dwrote 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c31c624339dab99c223a4b26c2e803b7c248adaca91549ce654c76f39a03f5c8" "checksum dwrote 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0bd1369e02db5e9b842a9b67bce8a2fcc043beafb2ae8a799dd482d46ea1ff0d" "checksum either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18785c1ba806c258137c937e44ada9ee7e69a37e3c72077542cd2f069d78562a" "checksum encoding_rs 0.8.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ca20350a7cb5aab5b9034731123d6d412caf3e92d4985e739e411ba0955fd0eb" diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml index a95fb6d10463..8d2dbd33ad93 100644 --- a/components/gfx/Cargo.toml +++ b/components/gfx/Cargo.toml @@ -60,5 +60,5 @@ servo-fontconfig = "0.4" xml5ever = {version = "0.14"} [target.'cfg(target_os = "windows")'.dependencies] -dwrote = "0.8" +dwrote = "0.9" truetype = "0.26" diff --git a/servo-tidy.toml b/servo-tidy.toml index ca8cff089179..8d9783f19838 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -35,7 +35,6 @@ packages = [ "crossbeam-deque", "crossbeam-epoch", "crossbeam-utils", - "dwrote", "gl_generator", # https://github.com/servo/servo/pull/23288#issuecomment-494687746 "lock_api", "memmap",