Skip to content

Commit

Permalink
Make layout depend on style/servo feature
Browse files Browse the repository at this point in the history
This fixes an error when running commands like `./mach check -p layout`.
  • Loading branch information
mbrubeck committed Dec 14, 2017
1 parent 26feea3 commit fd664ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/Cargo.toml
Expand Up @@ -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"]}
Expand Down

0 comments on commit fd664ec

Please sign in to comment.