aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2018-11-17 16:10:14 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2018-11-20 10:14:50 +0100
commitca62b5c318bc101dce49be99302dae0abed1dfd2 (patch)
tree252acbd57e633ce33d49233b2c0862002e875bc9 /components/script/lib.rs
parent5f9e3d8bb999b29f7b9092a31552e47ceed7da02 (diff)
downloadservo-ca62b5c318bc101dce49be99302dae0abed1dfd2.tar.gz
servo-ca62b5c318bc101dce49be99302dae0abed1dfd2.zip
Call prepare_pixels on the WebGL thread
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index e4a9a67792a..ed0e52ba50e 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -46,6 +46,8 @@ extern crate malloc_size_of_derive;
#[macro_use]
extern crate profile_traits;
#[macro_use]
+extern crate serde;
+#[macro_use]
extern crate servo_atoms;
#[macro_use]
extern crate style;