Skip to content

Commit

Permalink
chore: bzlmod updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Mar 13, 2024
1 parent 71d1acb commit 40927e3
Show file tree
Hide file tree
Showing 6 changed files with 9,125 additions and 68 deletions.
11 changes: 10 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ module(
compatibility_level = 5,
)

bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "magic_enum", version = "0.9.3")
bazel_dep(name = "ecsact_runtime", version = "0.5.4")
bazel_dep(name = "ecsact_parse", version = "0.3.3")
bazel_dep(name = "toolchains_llvm", version = "0.10.3")
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)

git_override(
module_name = "hedron_compile_commands",
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
)

Loading

0 comments on commit 40927e3

Please sign in to comment.