mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update rust-geom and shorten geom imports.
This commit is contained in:
parent
b01979e816
commit
cd9e0c020b
2 changed files with 2 additions and 4 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 5d109efd2f3072cc89803524d2c06760fb4cb7e2
|
||||
Subproject commit 78c5cd2230040b98b959cd0c189035788e11a3a0
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue