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