chore: import upstream snapshot with attribution
cffconvert / validate (push) Has been skipped
License Check / license-check (push) Failing after 2s

This commit is contained in:
wehub-resource-sync
2026-07-13 12:14:16 +08:00
commit 8a852e4b4e
36502 changed files with 9277225 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
"""Point to the libwebp repo on GitHub."""
load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
def repo():
# Use the same libwebp release as tensorstore
tf_http_archive(
name = "libwebp",
strip_prefix = "libwebp-1.4.0",
sha256 = "12af50c45530f0a292d39a88d952637e43fb2d4ab1883c44ae729840f7273381",
urls = tf_mirror_urls("https://github.com/webmproject/libwebp/archive/v1.4.0.tar.gz"),
build_file = "//third_party/libwebp:libwebp.BUILD.bazel",
)