We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40726c commit dfb14c7Copy full SHA for dfb14c7
bazel/png.BUILD
@@ -1,6 +1,8 @@
1
# Description:
2
# libpng is the official PNG reference library.
3
4
+load("@rules_cc//cc:defs.bzl", "cc_library")
5
+
6
licenses(["notice"]) # BSD/MIT-like license
7
8
genrule(
0 commit comments