| # SPDX-License-Identifier: BSD-3-Clause | |
| # Copyright Contributors to the OpenEXR Project. | |
| module( | |
| name = "openexr", | |
| version = "3.4.10", | |
| bazel_compatibility = [">=7.2.1"], | |
| compatibility_level = 1, | |
| ) | |
| bazel_dep(name = "bazel_skylib", version = "1.9.0") | |
| bazel_dep(name = "imath", version = "3.2.2.bcr.1") | |
| bazel_dep(name = "libdeflate", version = "1.25") | |
| bazel_dep(name = "openjph", version = "0.26.3.bcr.1") | |
| bazel_dep(name = "platforms", version = "1.0.0") | |
| bazel_dep(name = "rules_cc", version = "0.2.18") |