mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Use euclid from crates.io
This commit is contained in:
parent
7355bf1061
commit
8cbfb3482c
104 changed files with 272 additions and 306 deletions
|
@ -80,7 +80,7 @@ pub mod specified {
|
|||
use std::ops::{Add, Mul};
|
||||
use url::Url;
|
||||
use cssparser::{self, Token, Parser, ToCss, CssStringWriter};
|
||||
use geom::size::Size2D;
|
||||
use euclid::size::Size2D;
|
||||
use parser::ParserContext;
|
||||
use util::geometry::Au;
|
||||
use super::CSSFloat;
|
||||
|
@ -892,7 +892,7 @@ pub mod computed {
|
|||
use super::specified::{AngleOrCorner};
|
||||
use super::{specified, CSSFloat};
|
||||
pub use cssparser::Color as CSSColor;
|
||||
use geom::size::Size2D;
|
||||
use euclid::size::Size2D;
|
||||
use properties::longhands;
|
||||
use std::fmt;
|
||||
use std::ops::{Add, Mul};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue