mv vendor/html5ever src/html5ever

This commit is contained in:
Halil Durak
2025-11-26 14:27:28 +03:00
parent 6280232e91
commit 444ae00129
6 changed files with 1 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ pub fn build(b: *Build) !void {
"build",
// Seems cargo can figure out required paths out of Cargo.toml.
"--manifest-path",
"vendor/html5ever/Cargo.toml",
"src/html5ever/Cargo.toml",
// TODO: We can prefer `--artifact-dir` once it become stable.
"--target-dir",
b.getInstallPath(.prefix, "html5ever"),