mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Stylo: replace product={gecko,servo} with engine={gecko,servo-2013,servo-2020}
Renaming the variable helped make sure I looked at every use.
This commit is contained in:
parent
f1300bb98b
commit
ddb4e369dd
52 changed files with 870 additions and 469 deletions
|
@ -49,7 +49,7 @@ serde_json = "1.0"
|
|||
servo_config = {path = "../config"}
|
||||
servo_url = {path = "../url"}
|
||||
smallvec = { version = "0.6", features = ["std", "union"] }
|
||||
style = {path = "../style", features = ["servo"]}
|
||||
style = {path = "../style", features = ["servo", "servo-layout-2013"]}
|
||||
style_traits = {path = "../style_traits"}
|
||||
unicode-bidi = {version = "0.3", features = ["with_serde"]}
|
||||
unicode-script = {version = "0.3", features = ["harfbuzz"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue