mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Make layout depend on style/servo feature
This fixes an error when running commands like `./mach check -p layout`.
This commit is contained in:
parent
26feea3be5
commit
fd664ec72f
1 changed files with 1 additions and 1 deletions
|
@ -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"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue