annotate MODULE.bazel @ 10:ad69c414a881

[Misc] Update hgignore to properly ignore output folders.
author June Park <parkjune1995@gmail.com>
date Tue, 30 Sep 2025 03:56:39 -0700
parents 98f96b8032e5
children de54585a40f1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
98f96b8032e5 [GuiZe] Creating custom bazel rule to deploy to github easily.
June Park <parkjune1995@gmail.com>
parents: 0
diff changeset
1 bazel_dep(name = "rules_cc", version = "0.1.1")
98f96b8032e5 [GuiZe] Creating custom bazel rule to deploy to github easily.
June Park <parkjune1995@gmail.com>
parents: 0
diff changeset
2 bazel_dep(name = "platforms", version = "0.0.11")
98f96b8032e5 [GuiZe] Creating custom bazel rule to deploy to github easily.
June Park <parkjune1995@gmail.com>
parents: 0
diff changeset
3 bazel_dep(name = "bazel_skylib", version = "1.8.2")