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:
Oriol Brufau 2025-03-13 13:44:40 +01:00 committed by GitHub
parent 294a649a6c
commit 4a9967725f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 16 deletions

View file

@ -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" }
#