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

@ -78,7 +78,7 @@ hyper = { version = "0.8", features = [ "serde-serialization" ] }
image = "0.9"
libc = "0.2"
log = "0.3.5"
num = "0.1.24"
num-traits = "0.1.32"
offscreen_gl_context = "0.1.2"
rand = "0.3"
phf = "0.7.13"