mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Reorder dependencies in various Cargo.toml files
This commit is contained in:
parent
712b053f4f
commit
32bc3d9c09
9 changed files with 45 additions and 45 deletions
|
@ -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"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue