Skip to content

Commit

Permalink
Auto merge of #1183 - servo:kvark-patch-1, r=mrobinson
Browse files Browse the repository at this point in the history
Update README with new versions and different wording for the doc

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/1183)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed May 1, 2017
2 parents 1e2f532 + 6902f7d commit 0500670
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ To use a custom WebRender with servo, go to your servo build directory and:

```
[replace]
"https://github.com/servo/webrender#0.20.0" = { path = 'Path/To/webrender/webrender/' }
"https://github.com/servo/webrender#webrender_traits:0.21.0" = { path = 'Path/To/webrender/webrender_traits' }
"https://github.com/servo/webrender#0.36.0" = { path = 'Path/To/webrender/webrender/' }
"https://github.com/servo/webrender#webrender_traits:0.36.0" = { path = 'Path/To/webrender/webrender_traits' }
```

The exact replace references can be obtained with `cargo pkgid webrender`/`cargo pkgid webrender_traits` command.

* Build as normal

## Documentation

[Coordinate Systems](https://github.com/servo/webrender/wiki/Coordinate-Systems)
The Wiki has a [few pages](https://github.com/servo/webrender/wiki/) describing the internals and conventions of WebRender.

0 comments on commit 0500670

Please sign in to comment.