Use num-traits in canvas.

This commit is contained in:
Ms2ger 2016-04-20 15:27:35 +02:00
parent 03d4bacc05
commit 38c10f89f2
6 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ extern crate ipc_channel;
extern crate layers;
#[macro_use]
extern crate log;
extern crate num;
extern crate num_traits;
extern crate offscreen_gl_context;
extern crate util;
extern crate webrender_traits;