Make layout depend on style/servo feature

This fixes an error when running commands like `./mach check -p layout`.
This commit is contained in:
Matt Brubeck 2017-12-14 10:34:19 -06:00
parent 26feea3be5
commit fd664ec72f

View file

@ -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"]}