Skip to content

Commit 42990da

Browse files
authored
Fix README.md (#127)
Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
1 parent 8c57436 commit 42990da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ The branches are as follows:
1313
Assuming your local `servo` and `stylo` directories are siblings, you can build `servo` against `stylo` by adding the following to `servo/Cargo.toml`:
1414

1515
```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"]
1917
selectors = { path = "../stylo/selectors" }
2018
servo_arc = { path = "../stylo/servo_arc" }
2119
servo_atoms = { path = "../stylo/atoms" }
22-
size_of_test = { path = "../stylo/size_of_test" }
2320
static_prefs = { path = "../stylo/style_static_prefs" }
21+
style = { path = "../stylo/style" }
2422
style_config = { path = "../stylo/style_config" }
2523
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" }
2726
style_traits = { path = "../stylo/style_traits" }
27+
to_shmem = { path = "../stylo/to_shmem" }
2828
```
2929

3030
## Syncing `upstream` with mozilla-central

0 commit comments

Comments
 (0)