chore: revert patch suggestions (#37435)

Revert unintended change in #37345

Signed-off-by: Wu Yu Wei <yuweiwu@pm.me>
This commit is contained in:
Ngo Iok Ui (Wu Yu Wei) 2025-06-13 21:48:26 +09:00 committed by GitHub
parent 6ad6542aac
commit 11be71b56c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -225,14 +225,14 @@ codegen-units = 1
# Or for Stylo: # Or for Stylo:
# #
# [patch."https://github.com/servo/stylo"] # [patch."https://github.com/servo/stylo"]
# selectors = { git = "https://github.com/simonwuelker/stylo", branch = "shadow-parts-exportparts" } # selectors = { path = "../stylo/selectors" }
# servo_arc = { git = "https://github.com/simonwuelker/stylo", branch = "shadow-parts-exportparts" } # servo_arc = { path = "../stylo/servo_arc" }
# stylo = { git = "https://github.com/simonwuelker/stylo", branch = "shadow-parts-exportparts" } # stylo = { path = "../stylo/style" }
# stylo_atoms = { git = "https://github.com/simonwuelker/stylo", branch = "shadow-parts-exportparts" } # stylo_atoms = { path = "../stylo/stylo_atoms" }
# stylo_config = { git = "https://github.com/simonwuelker/stylo", branch = "shadow-parts-exportparts" } # stylo_config = { path = "../stylo/stylo_config" }
# stylo_dom = { git = "https://github.com/simonwuelker/stylo", branch = "shadow-parts-exportparts" } # stylo_dom = { path = "../stylo/stylo_dom" }
# stylo_malloc_size_of = { git = "https://github.com/simonwuelker/stylo", branch = "shadow-parts-exportparts" } # stylo_malloc_size_of = { path = "../stylo/malloc_size_of" }
# stylo_traits = { git = "https://github.com/simonwuelker/stylo", branch = "shadow-parts-exportparts" } # stylo_traits = { path = "../stylo/style_traits" }
# #
# Or for WebRender: # Or for WebRender:
# #