diff options
Diffstat (limited to 'font/src/directwrite/mod.rs')
-rw-r--r-- | font/src/directwrite/mod.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/font/src/directwrite/mod.rs b/font/src/directwrite/mod.rs index 74f3d6e2..f2e71ef6 100644 --- a/font/src/directwrite/mod.rs +++ b/font/src/directwrite/mod.rs @@ -13,10 +13,7 @@ // limitations under the License. // //! Rasterization powered by DirectWrite -extern crate dwrote; -use self::dwrote::{ - FontCollection, FontStretch, FontStyle, FontWeight, GlyphOffset, GlyphRunAnalysis, -}; +use dwrote::{FontCollection, FontStretch, FontStyle, FontWeight, GlyphOffset, GlyphRunAnalysis}; use super::{ BitmapBuffer, FontDesc, FontKey, GlyphKey, Metrics, RasterizedGlyph, Size, Slant, Style, Weight, |