mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix Cargo.toml instructions for building Servo with a local Stylo (#35957)
And bump Stylo to servo/stylo#143 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
294a649a6c
commit
4a9967725f
2 changed files with 14 additions and 16 deletions
|
@ -216,12 +216,10 @@ codegen-units = 1
|
|||
# [patch."https://github.com/servo/stylo"]
|
||||
# selectors = { path = "../stylo/selectors" }
|
||||
# servo_arc = { path = "../stylo/servo_arc" }
|
||||
# stylo_atoms = { path = "../stylo/atoms" }
|
||||
# static_prefs = { path = "../stylo/style_static_prefs" }
|
||||
# stylo_atoms = { path = "../stylo/stylo_atoms" }
|
||||
# style = { path = "../stylo/style" }
|
||||
# stylo_config = { path = "../stylo/stylo_config" }
|
||||
# style_derive = { path = "../stylo/style_derive" }
|
||||
# stylo_dom = { path = "../stylo/dom", package = "dom" }
|
||||
# stylo_dom = { path = "../stylo/stylo_dom" }
|
||||
# style_malloc_size_of = { path = "../stylo/malloc_size_of", package = "malloc_size_of" }
|
||||
# style_traits = { path = "../stylo/style_traits" }
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue