aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
diff options
context:
space:
mode:
authorecoal95 <ecoal95@gmail.com>2015-06-18 20:51:34 +0100
committerecoal95 <ecoal95@gmail.com>2015-06-19 00:04:24 +0200
commit8cbfb3482c59186742fa8bcf3ec925730914ffc7 (patch)
tree65dfb2ba2e8fe5e93f22045bc9107dfc946e2cb4 /components/style/lib.rs
parent7355bf1061a21114654c1e8abe1d752624200799 (diff)
downloadservo-8cbfb3482c59186742fa8bcf3ec925730914ffc7.tar.gz
servo-8cbfb3482c59186742fa8bcf3ec925730914ffc7.zip
Use euclid from crates.io
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r--components/style/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs
index b044317f1cb..4867bac20c0 100644
--- a/components/style/lib.rs
+++ b/components/style/lib.rs
@@ -16,7 +16,7 @@
#[macro_use] extern crate bitflags;
extern crate fnv;
-extern crate geom;
+extern crate euclid;
extern crate smallvec;
extern crate url;