Skip to content

Commit b3498c3

Browse files
authored
1 parent 7c68bdf commit b3498c3

File tree

6 files changed

+663
-1
lines changed

6 files changed

+663
-1
lines changed

modules/openexr/3.4.3/MODULE.bazel

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# SPDX-License-Identifier: BSD-3-Clause
2+
# Copyright Contributors to the OpenEXR Project.
3+
4+
module(
5+
name = "openexr",
6+
version = "3.4.3",
7+
bazel_compatibility = [">=7.2.1"],
8+
compatibility_level = 1,
9+
)
10+
11+
bazel_dep(name = "bazel_skylib", version = "1.8.2")
12+
bazel_dep(name = "imath", version = "3.2.2")
13+
bazel_dep(name = "libdeflate", version = "1.25")
14+
bazel_dep(name = "openjph", version = "0.25.2")
15+
bazel_dep(name = "platforms", version = "1.0.0")
16+
bazel_dep(name = "rules_cc", version = "0.2.14")

0 commit comments

Comments
 (0)