From 784fbb2bc17d311fe3322cc48d2dca8a902161ca Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Sat, 6 Oct 2018 00:40:48 +0200 Subject: Merge some byte swap/premultiply functions in their own crate --- components/canvas/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'components/canvas/lib.rs') diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs index 8da9544de6e..554f598403c 100644 --- a/components/canvas/lib.rs +++ b/components/canvas/lib.rs @@ -15,6 +15,7 @@ extern crate ipc_channel; #[macro_use] extern crate log; extern crate num_traits; extern crate offscreen_gl_context; +extern crate pixels; extern crate serde_bytes; extern crate servo_config; extern crate webrender; -- cgit v1.2.3