aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/lib.rs
diff options
context:
space:
mode:
authorAlan Jeffrey <ajeffrey@mozilla.com>2016-12-14 10:37:58 -0600
committerAlan Jeffrey <ajeffrey@mozilla.com>2016-12-14 18:04:37 -0600
commit9be4fd56ce5467ce6d0e48c6efda9eb26f40eb7a (patch)
tree93d46ce512414914439920505f41467ffbc17e95 /components/canvas/lib.rs
parent01b6ad55bd435bc4f58e5eab2e8adb7e4febb50a (diff)
downloadservo-9be4fd56ce5467ce6d0e48c6efda9eb26f40eb7a.tar.gz
servo-9be4fd56ce5467ce6d0e48c6efda9eb26f40eb7a.zip
Removed util.
Diffstat (limited to 'components/canvas/lib.rs')
-rw-r--r--components/canvas/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs
index 752207aa127..25bbed7f4dd 100644
--- a/components/canvas/lib.rs
+++ b/components/canvas/lib.rs
@@ -17,7 +17,7 @@ extern crate ipc_channel;
extern crate log;
extern crate num_traits;
extern crate offscreen_gl_context;
-extern crate util;
+extern crate servo_config;
extern crate webrender_traits;
pub mod canvas_paint_thread;