mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
sorted the extern crate, mod & use declarations
This commit is contained in:
parent
705ad72aee
commit
889eec364b
194 changed files with 804 additions and 870 deletions
|
@ -13,10 +13,12 @@ git = "https://github.com/servo/rust-azure"
|
|||
[dependencies.layers]
|
||||
git = "https://github.com/servo/rust-layers"
|
||||
|
||||
|
||||
[dependencies.canvas_traits]
|
||||
path = "../canvas_traits"
|
||||
|
||||
[dependencies.plugins]
|
||||
path = "../plugins"
|
||||
|
||||
[dependencies.util]
|
||||
path = "../util"
|
||||
|
||||
|
@ -39,4 +41,3 @@ log = "0.3"
|
|||
num = "0.1.24"
|
||||
gleam = "0.1"
|
||||
euclid = "0.2"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue