aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
diff options
context:
space:
mode:
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;