aboutsummaryrefslogtreecommitdiffstats
path: root/components/webvr_traits/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/webvr_traits/lib.rs')
-rw-r--r--components/webvr_traits/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/webvr_traits/lib.rs b/components/webvr_traits/lib.rs
index 55c3057fcb7..5773ce1e644 100644
--- a/components/webvr_traits/lib.rs
+++ b/components/webvr_traits/lib.rs
@@ -6,8 +6,7 @@
extern crate ipc_channel;
extern crate msg;
-#[macro_use]
-extern crate serde_derive;
+#[macro_use] extern crate serde;
pub extern crate rust_webvr as webvr;
mod webvr_traits;