mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #19562 - mbrubeck:feature, r=emilio
Make layout depend on style/servo feature This fixes an error when running commands like `./mach check -p layout`. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because they change build metadata only <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19562) <!-- Reviewable:end -->
This commit is contained in:
commit
bc9062b689
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