auto merge of #3795 : jdm/servo/utildeps, r=metajack

This commit is contained in:
bors-servo 2014-10-23 22:00:34 -06:00
commit 5d78d018ce

View file

@ -10,6 +10,9 @@ path = "lib.rs"
[dependencies.geom]
git = "https://github.com/servo/rust-geom"
[dependencies.layers]
git = "https://github.com/servo/rust-layers"
[dependencies.task_info]
path = "../../support/rust-task_info"