Mike Klein | c1cc1d8 | 2020-09-11 11:11:33 -0500 | [diff] [blame] | 1 | load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository") |
2 | |||||
3 | new_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 | ) |