aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r--components/gfx/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs
index 98b35d01731..fcb57c2f807 100644
--- a/components/gfx/lib.rs
+++ b/components/gfx/lib.rs
@@ -31,7 +31,7 @@ extern crate libc;
extern crate stb_image;
extern crate png;
extern crate script_traits;
-extern crate "serialize" as rustc_serialize;
+extern crate "rustc-serialize" as rustc_serialize;
extern crate unicode;
#[no_link] #[plugin]
extern crate "plugins" as servo_plugins;