mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Split Au type into separate crate, with minimal dependencies.
This commit is contained in:
parent
fb6d0946cb
commit
339a3f869b
72 changed files with 376 additions and 235 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
use app_units::{Au, MAX_AU};
|
||||
use block::{AbsoluteAssignBSizesTraversal, AbsoluteStoreOverflowTraversal};
|
||||
use context::LayoutContext;
|
||||
use display_list_builder::{FragmentDisplayListBuilding, InlineFlowDisplayListBuilding};
|
||||
|
@ -29,7 +30,7 @@ use style::properties::ComputedValues;
|
|||
use text;
|
||||
use unicode_bidi;
|
||||
use util;
|
||||
use util::geometry::{Au, MAX_AU, ZERO_RECT};
|
||||
use util::geometry::ZERO_RECT;
|
||||
use util::logical_geometry::{LogicalRect, LogicalSize, WritingMode};
|
||||
use util::range::{Range, RangeIndex};
|
||||
use wrapper::PseudoElementType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue