Update rust-geom and shorten geom imports.

This commit is contained in:
Brian J. Burg 2012-11-06 12:04:34 -08:00
parent b01979e816
commit cd9e0c020b
2 changed files with 2 additions and 4 deletions

@ -1 +1 @@
Subproject commit 5d109efd2f3072cc89803524d2c06760fb4cb7e2
Subproject commit 78c5cd2230040b98b959cd0c189035788e11a3a0

View file

@ -6,9 +6,7 @@ use azure::{
};
use core::dvec::DVec;
use gfx::RenderContext;
use geom::point::Point2D;
use geom::rect::Rect;
use geom::size::Size2D;
use geom::{Point2D, Rect, Size2D};
use glyph::{GlyphStore, GlyphIndex};
use servo_util::range::Range;