From 0fb8e6c9cb57571d1827de712a21352f900e9f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=BClker?= Date: Sun, 23 Mar 2025 11:27:13 +0100 Subject: [PATCH] Add commented patch definition for html5ever crates (#36099) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 69458d003fd..933d029634a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -212,6 +212,12 @@ codegen-units = 1 # # = { 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"]