From 722e209b5756d6ebd7a41c53df1a820bca76b41a Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Thu, 27 Apr 2023 20:54:59 +0200 Subject: [PATCH] Add note about Bzlmod --- support/bazel/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/support/bazel/README.md b/support/bazel/README.md index 44af620c..64031913 100644 --- a/support/bazel/README.md +++ b/support/bazel/README.md @@ -71,3 +71,6 @@ The *BUILD* file defines a binary named `Demo` that has a dependency to {fmt}. To execute the binary you can run `bazel run //:Demo`. +# Using Bzlmod + +The [Bazel Central Registry](https://github.com/bazelbuild/bazel-central-registry/tree/main/modules/fmt) also provides support for {fmt}.