File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ The branches are as follows:
13
13
Assuming your local ` servo ` and ` stylo ` directories are siblings, you can build ` servo ` against ` stylo ` by adding the following to ` servo/Cargo.toml ` :
14
14
15
15
``` toml
16
- [patch ."https://github .com/servo/stylo .git" ]
17
- derive_common = { path = " ../stylo/derive_common" }
18
- malloc_size_of = { path = " ../stylo/malloc_size_of" }
16
+ [patch ."https://github .com/servo/stylo" ]
19
17
selectors = { path = " ../stylo/selectors" }
20
18
servo_arc = { path = " ../stylo/servo_arc" }
21
19
servo_atoms = { path = " ../stylo/atoms" }
22
- size_of_test = { path = " ../stylo/size_of_test" }
23
20
static_prefs = { path = " ../stylo/style_static_prefs" }
21
+ style = { path = " ../stylo/style" }
24
22
style_config = { path = " ../stylo/style_config" }
25
23
style_derive = { path = " ../stylo/style_derive" }
26
- style = { path = " ../stylo/style" }
24
+ style_dom = { path = " ../stylo/dom" , package = " dom" }
25
+ style_malloc_size_of = { path = " ../stylo/malloc_size_of" , package = " malloc_size_of" }
27
26
style_traits = { path = " ../stylo/style_traits" }
27
+ to_shmem = { path = " ../stylo/to_shmem" }
28
28
```
29
29
30
30
## Syncing ` upstream ` with mozilla-central
You can’t perform that action at this time.
0 commit comments