blob: 35a3aa5b9e66c239fa8b2265aa8262284f6ccb00 [file] [log] [blame]
Mike Kleinc1cc1d82020-09-11 11:11:33 -05001load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository")
2
3new_git_repository(
4 name = "libpng",
5 remote = "https://skia.googlesource.com/third_party/libpng",
6 #tag = "v1.6.37",
7 commit = "a40189cf881e9f0db80511c382292a5604c3c3d1",
8 shallow_since = "1555265432 -0400",
9 build_file = "//bazel:libpng.bazel",
10)