Use num-traits in script.

This commit is contained in:
Ms2ger 2016-04-20 15:23:43 +02:00
parent 0f2b83ca0f
commit 03d4bacc05
13 changed files with 13 additions and 13 deletions

View file

@ -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]