aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorPaul Rouget <me@paulrouget.com>2018-04-11 16:04:07 +0800
committerPaul Rouget <me@paulrouget.com>2018-04-27 15:34:52 +0800
commit9fb5795f3720bc090b221ed0850fb95b24704cb7 (patch)
tree02ae3fa1c77a85930dec490d57e1c907b287a562 /components/script/lib.rs
parent21517504cb95c969e8eb9f5e97273b98f9237a7d (diff)
downloadservo-9fb5795f3720bc090b221ed0850fb95b24704cb7.tar.gz
servo-9fb5795f3720bc090b221ed0850fb95b24704cb7.zip
delegate resource reading to embedder
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index dd2bd23d1ca..bee088aa5e0 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -35,6 +35,7 @@ extern crate devtools_traits;
extern crate dom_struct;
#[macro_use]
extern crate domobject_derive;
+extern crate embedder_traits;
extern crate encoding_rs;
extern crate euclid;
extern crate fnv;