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:
Simon Sapin 2013-10-15 16:37:33 +01:00
parent 321f56c242
commit a325905fa6
23 changed files with 29 additions and 29 deletions

View file

@ -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;