diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-05-28 13:53:09 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-06-16 18:24:04 +0100 |
commit | f8c3fe10762989658e2e424977474e05821bf442 (patch) | |
tree | 288e05d89c954231a1ccefcd5d268de26fb357d2 /components/script/lib.rs | |
parent | 2086d216ddf2cf87f44dd2da44281daaf810e0a0 (diff) | |
download | servo-f8c3fe10762989658e2e424977474e05821bf442.tar.gz servo-f8c3fe10762989658e2e424977474e05821bf442.zip |
Make canvas send their data themselves to other canvas
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 2f76a112c0a..267ab46aafb 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -34,7 +34,6 @@ extern crate app_units; #[allow(unused_extern_crates)] #[macro_use] extern crate bitflags; -extern crate canvas; extern crate canvas_traits; extern crate caseless; extern crate core; |