Skip to content

Commit 40927e3

Browse files
committed
chore: bzlmod updates
1 parent 71d1acb commit 40927e3

File tree

6 files changed

+9125
-68
lines changed

6 files changed

+9125
-68
lines changed

MODULE.bazel

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ module(
44
compatibility_level = 5,
55
)
66

7-
bazel_dep(name = "rules_cc", version = "0.0.8")
7+
bazel_dep(name = "rules_cc", version = "0.0.9")
88
bazel_dep(name = "bazel_skylib", version = "1.4.2")
99
bazel_dep(name = "magic_enum", version = "0.9.3")
1010
bazel_dep(name = "ecsact_runtime", version = "0.5.4")
1111
bazel_dep(name = "ecsact_parse", version = "0.3.3")
12+
bazel_dep(name = "toolchains_llvm", version = "0.10.3")
13+
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
14+
15+
git_override(
16+
module_name = "hedron_compile_commands",
17+
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
18+
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
19+
)
20+

0 commit comments

Comments
 (0)