mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Use num-traits in script.
This commit is contained in:
parent
0f2b83ca0f
commit
03d4bacc05
13 changed files with 13 additions and 13 deletions
|
@ -53,7 +53,7 @@ extern crate libc;
|
|||
extern crate log;
|
||||
extern crate msg;
|
||||
extern crate net_traits;
|
||||
extern crate num;
|
||||
extern crate num_traits;
|
||||
extern crate offscreen_gl_context;
|
||||
extern crate phf;
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue