Reorder dependencies in components/canvas/Cargo.toml

This commit is contained in:
Anthony Ramine 2016-03-31 01:36:50 +02:00
parent e5e559d414
commit a81793c908

View file

@ -38,7 +38,7 @@ git = "https://github.com/servo/ipc-channel"
git = "https://github.com/servo/webrender_traits"
[dependencies]
euclid = {version = "0.6.4", features = ["plugins"]}
gleam = "0.2.8"
log = "0.3.5"
num = "0.1.24"
gleam = "0.2.8"
euclid = {version = "0.6.4", features = ["plugins"]}