mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +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
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue