mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Use num-traits in canvas.
This commit is contained in:
parent
03d4bacc05
commit
38c10f89f2
6 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue