mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix error: declare a module.
This commit is contained in:
parent
7436c107c1
commit
d4ab2fc520
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ use font::{FontTableTag, FontWeight100, FontWeight200, FontWeight300, FontWeight
|
||||||
use font::{FontWeight500, FontWeight600, FontWeight700, FontWeight800, FontWeight900};
|
use font::{FontWeight500, FontWeight600, FontWeight700, FontWeight800, FontWeight900};
|
||||||
use font::{FractionalPixel, SpecifiedFontStyle};
|
use font::{FractionalPixel, SpecifiedFontStyle};
|
||||||
use geometry::{Au, px_to_pt};
|
use geometry::{Au, px_to_pt};
|
||||||
|
use geometry;
|
||||||
use platform::macos::font_context::FontContextHandle;
|
use platform::macos::font_context::FontContextHandle;
|
||||||
use text::glyph::GlyphIndex;
|
use text::glyph::GlyphIndex;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue