| # Copyright 2026 The Fuchsia Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| module( | |
| name = "zlib", | |
| version = "1.2.11", | |
| compatibility_level = 1, | |
| ) | |
| bazel_dep(name = "platforms", version = "0.0.7") | |
| bazel_dep(name = "rules_cc", version = "0.0.8") | |
| bazel_dep(name = "rules_license", version = "1.0.0") |