File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,12 @@ Assuming your local `servo` and `stylo` directories are siblings, you can build
1616[patch ."https://github .com/servo/stylo" ]
1717selectors = { path = " ../stylo/selectors" }
1818servo_arc = { path = " ../stylo/servo_arc" }
19- stylo_atoms = { path = " ../stylo/atoms" }
20- static_prefs = { path = " ../stylo/style_static_prefs" }
19+ stylo_atoms = { path = " ../stylo/stylo_atoms" }
2120style = { path = " ../stylo/style" }
22- style_config = { path = " ../stylo/style_config" }
23- style_derive = { path = " ../stylo/style_derive" }
24- style_dom = { path = " ../stylo/dom" , package = " dom" }
21+ stylo_config = { path = " ../stylo/stylo_config" }
22+ stylo_dom = { path = " ../stylo/stylo_dom" }
2523style_malloc_size_of = { path = " ../stylo/malloc_size_of" , package = " malloc_size_of" }
2624style_traits = { path = " ../stylo/style_traits" }
27- to_shmem = { path = " ../stylo/to_shmem" }
2825```
2926
3027## Syncing ` upstream ` with mozilla-central
You can’t perform that action at this time.
0 commit comments