From fd664ec72ffbb0158509b63d62ed124e14b3f7c3 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Thu, 14 Dec 2017 10:34:19 -0600 Subject: [PATCH] Make layout depend on style/servo feature This fixes an error when running commands like `./mach check -p layout`. --- components/layout/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml index a25a6705eea..28dca1effe4 100644 --- a/components/layout/Cargo.toml +++ b/components/layout/Cargo.toml @@ -41,7 +41,7 @@ serde_json = "1.0" servo_config = {path = "../config"} servo_url = {path = "../url"} smallvec = "0.6" -style = {path = "../style"} +style = {path = "../style", features = ["servo"]} style_traits = {path = "../style_traits"} unicode-bidi = {version = "0.3", features = ["with_serde"]} unicode-script = {version = "0.1", features = ["harfbuzz"]}