mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Make script enable the "style/servo" Cargo feature
This enables it to be compiled without libservo: ``` cargo build --manifest-path components/script/Cargo.toml ``` … and then to be added to http://perf.rust-lang.org/
This commit is contained in:
parent
e64083ccc6
commit
27a2bb1582
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ servo_geometry = {path = "../geometry" }
|
||||||
servo_rand = {path = "../rand"}
|
servo_rand = {path = "../rand"}
|
||||||
servo_url = {path = "../url"}
|
servo_url = {path = "../url"}
|
||||||
smallvec = "0.4"
|
smallvec = "0.4"
|
||||||
style = {path = "../style"}
|
style = {path = "../style", features = ["servo"]}
|
||||||
style_traits = {path = "../style_traits"}
|
style_traits = {path = "../style_traits"}
|
||||||
swapper = "0.1"
|
swapper = "0.1"
|
||||||
time = "0.1.12"
|
time = "0.1.12"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue