From 766c3815ab4d0800a23fe40b4625e1682e05605d Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 23 Oct 2014 19:29:05 -0400 Subject: [PATCH] Add layers dependency to util crate. Fixes #3783. --- components/util/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/util/Cargo.toml b/components/util/Cargo.toml index f25072f825f..29fc71d25a5 100644 --- a/components/util/Cargo.toml +++ b/components/util/Cargo.toml @@ -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"