diff options
author | Nicolas Silva <nical@fastmail.com> | 2017-06-02 14:50:26 +0200 |
---|---|---|
committer | Nicolas Silva <nical@fastmail.com> | 2017-06-14 16:00:59 +0200 |
commit | 8617320500491fab91979404cec2087bac7ef362 (patch) | |
tree | 7db5b5b5a17fb59bb727a2a59ba27f351d01fb90 /components/gfx/text | |
parent | 5dce166266d1f74e2ae88dbe52ca5ced75c2349b (diff) | |
download | servo-8617320500491fab91979404cec2087bac7ef362.tar.gz servo-8617320500491fab91979404cec2087bac7ef362.zip |
Bump euclid to 0.14.
Diffstat (limited to 'components/gfx/text')
-rw-r--r-- | components/gfx/text/glyph.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/text/glyph.rs b/components/gfx/text/glyph.rs index 21692cd8d5f..2229bbbecd8 100644 --- a/components/gfx/text/glyph.rs +++ b/components/gfx/text/glyph.rs @@ -3,7 +3,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ use app_units::Au; -use euclid::point::Point2D; +use euclid::Point2D; use range::{self, EachIndex, Range, RangeIndex}; #[cfg(any(target_feature = "sse2", target_feature = "neon"))] use simd::u32x4; |