Skip to content

Commit

Permalink
Roll Rust deps, clean up lol_html includes
Browse files Browse the repository at this point in the history
We do not use the Rust API directly, so we only need to depend on the C API.
  • Loading branch information
fhanau committed Dec 11, 2024
1 parent 7518bb8 commit f8cce38
Show file tree
Hide file tree
Showing 49 changed files with 328 additions and 443 deletions.
7 changes: 3 additions & 4 deletions deps/rust/BUILD.lolhtml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
cc_library(
name = "lolhtml",
hdrs = ["@crates_vendor__lol_html-2.0.0//:c-api/include/lol_html.h"],
include_prefix = "c-api/include",
strip_include_prefix = "c-api/include",
hdrs = ["@crates_vendor__lol_html_c_api-1.1.2//:include/lol_html.h"],
strip_include_prefix = "include",
visibility = ["//visibility:public"],
deps = [
"@crates_vendor//:lolhtml",
"@crates_vendor//:lol_html_c_api",
],
)
Loading

0 comments on commit f8cce38

Please sign in to comment.