libjxl

FORK: libjxl patches used on blog
git clone https://git.neptards.moe/blog/libjxl.git
Log | Files | Refs | Submodules | README | LICENSE

MODULE.bazel (414B)


      1 # Copyright (c) the JPEG XL Project Authors. All rights reserved.
      2 #
      3 # Use of this source code is governed by a BSD-style
      4 # license that can be found in the LICENSE file.
      5 
      6 bazel_dep(name = "bazel_skylib", version = "1.7.1")
      7 bazel_dep(name = "giflib", version = "5.2.1")
      8 bazel_dep(name = "googletest", version = "1.14.0")
      9 bazel_dep(name = "openexr", version = "3.2.1")
     10 bazel_dep(name = "libpng", version = "1.6.40")