Add layers dependency to util crate. Fixes #3783.

This commit is contained in:
Josh Matthews 2014-10-23 19:29:05 -04:00
parent 3c97438bdc
commit 766c3815ab

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"