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:
Simon Wülker 2025-03-23 11:27:13 +01:00 committed by GitHub
parent b641c7be96
commit 0fb8e6c9cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]