mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Move the gfx::geometry module to servo_util::geometry.
This is part of #1006, in order to use Au from the script crate without introducing a circular crate dependency.
This commit is contained in:
parent
321f56c242
commit
a325905fa6
23 changed files with 29 additions and 29 deletions
|
@ -12,7 +12,7 @@ use std::comm::{Chan, SharedChan};
|
|||
use geom::rect::Rect;
|
||||
use geom::size::Size2D;
|
||||
use geom::point::Point2D;
|
||||
use gfx::geometry::Au;
|
||||
use servo_util::geometry::Au;
|
||||
use newcss::stylesheet::Stylesheet;
|
||||
use extra::url::Url;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue