aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/lib.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-10-31 18:15:25 +0100
committerMs2ger <Ms2ger@gmail.com>2016-10-31 18:15:25 +0100
commita9e3fe75b542882368b0ef5c1d360a1fd651e8ab (patch)
tree0bd8a235d1046861d33eb5be8b54f5e9e31dec2c /components/canvas/lib.rs
parent1f109dd1b2f146f17a4f3ca18edb0cb5d4fa84d9 (diff)
downloadservo-a9e3fe75b542882368b0ef5c1d360a1fd651e8ab.tar.gz
servo-a9e3fe75b542882368b0ef5c1d360a1fd651e8ab.zip
Remove gfx_traits::color.
Diffstat (limited to 'components/canvas/lib.rs')
-rw-r--r--components/canvas/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs
index 027036db74c..752207aa127 100644
--- a/components/canvas/lib.rs
+++ b/components/canvas/lib.rs
@@ -11,7 +11,6 @@ extern crate azure;
extern crate canvas_traits;
extern crate core;
extern crate euclid;
-extern crate gfx_traits;
extern crate gleam;
extern crate ipc_channel;
#[macro_use]