mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30: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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue