Skip to content

Commit

Permalink
Fix bazel build
Browse files Browse the repository at this point in the history
(cherry picked from commit 96a5dcc)
  • Loading branch information
eustas committed Nov 26, 2024
1 parent 8e52d3e commit 5b05f45
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 1,420 deletions.
5 changes: 5 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) the JPEG XL Project Authors. All rights reserved.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

package(default_visibility = ["//:__subpackages__"])

filegroup(
Expand Down
8 changes: 7 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
bazel_dep(name = "bazel_skylib", version = "1.5.0")
# Copyright (c) the JPEG XL Project Authors. All rights reserved.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "giflib", version = "5.2.1")
bazel_dep(name = "googletest", version = "1.14.0")
bazel_dep(name = "openexr", version = "3.2.1")
bazel_dep(name = "libpng", version = "1.6.40")
Loading

0 comments on commit 5b05f45

Please sign in to comment.