You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
343 B
11 lines
343 B
4 months ago
|
load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository")
|
||
|
|
||
|
new_git_repository(
|
||
|
name = "libpng",
|
||
|
remote = "https://skia.googlesource.com/third_party/libpng",
|
||
|
#tag = "v1.6.37",
|
||
|
commit = "a40189cf881e9f0db80511c382292a5604c3c3d1",
|
||
|
shallow_since = "1555265432 -0400",
|
||
|
build_file = "//bazel:libpng.bazel",
|
||
|
)
|