v0.1
Usage:
http_archive(
name = "bazel_pkg_config",
sha256 = "913842a056129d3030fe48502c27fc1700af0b3340f7b652f157f751f3157754",
strip_prefix = "bazel_pkg_config-0.1",
urls = ["https://github.com/joomcode/bazel_pkg_config/archive/refs/tags/v0.1.zip"],
)
load("@bazel_pkg_config//:pkg_config.bzl", "pkg_config")
pkg_config(
name = "vips",
dynamic = True,
)
Changes:
- added dynamic linking support.