Skip to content

Commit

Permalink
Another dependency override change
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark authored Dec 12, 2016
1 parent b7b211b commit 2b0942e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ After updating shaders in webrender, go to servo and:
# Use Webrender with Servo
To use a custom webrender with servo, go to your servo build directory and:

* Edit servo/Cargo.toml
* Edit Cargo.toml
* Add at the end of the file:

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

* Build as normal
Expand Down

0 comments on commit 2b0942e

Please sign in to comment.