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

@ -23,7 +23,7 @@ use geom::rect::Rect;
use geom::size::Size2D;
use gfx::display_list::DisplayList;
use gfx::font_context::FontContext;
use gfx::geometry::Au;
use servo_util::geometry::Au;
use gfx::opts::Opts;
use gfx::render_task::{RenderMsg, RenderChan, RenderLayer};
use gfx::render_task;