mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add commented patch definition for html5ever crates (#36099)
I find myself frequently needing to build with a local html5ever version. We have similar blocks for stylo and webrender, and I think it makes sense to have them for every group of dependencies that is owned by servo. Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
b641c7be96
commit
0fb8e6c9cb
1 changed files with 6 additions and 0 deletions
|
@ -212,6 +212,12 @@ codegen-units = 1
|
|||
#
|
||||
# <crate> = { path = "/path/to/local/checkout" }
|
||||
#
|
||||
# For html5ever:
|
||||
#
|
||||
# markup5ever = { path = "../html5ever/markup5ever" }
|
||||
# html5ever = { path = "../html5ever/html5ever" }
|
||||
# xml5ever = { path = "../html5ever/xml5ever" }
|
||||
#
|
||||
# Or for Stylo:
|
||||
#
|
||||
# [patch."https://github.com/servo/stylo"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue