Reorder dependencies in various Cargo.toml files

This commit is contained in:
Anthony Ramine 2016-01-29 02:16:56 +01:00
parent 712b053f4f
commit 32bc3d9c09
9 changed files with 45 additions and 45 deletions

View file

@ -157,8 +157,8 @@ version = "0.2"
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
[dependencies]
env_logger = "0.3"
bitflags = "0.3"
env_logger = "0.3"
euclid = {version = "0.6.1", features = ["plugins"]}
libc = "0.2"
url = {version = "0.5.4", features = ["serde_serialization", "query_encoding"]}
euclid = {version = "0.6.1", features = ["plugins"]}