Skip to content

Commit

Permalink
chore: update deps (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Apr 4, 2024
1 parent 0ba5a66 commit a1cbc52
Show file tree
Hide file tree
Showing 4 changed files with 434 additions and 165 deletions.
21 changes: 19 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,24 @@ module(
)

bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "ecsact_runtime", version = "0.5.1")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "ecsact_runtime", version = "0.6.0")
bazel_dep(name = "lexy", version = "2022.05.1")
bazel_dep(name = "magic_enum", version = "0.9.3")

bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
git_override(
module_name = "hedron_compile_commands",
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
)

llvm = use_extension("@toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm", dev_dependency = True)
llvm.toolchain(llvm_version = "17.0.6")
use_repo(llvm, "llvm_toolchain")

register_toolchains(
"@llvm_toolchain//:all",
dev_dependency = True,
)
Loading

0 comments on commit a1cbc52

Please # to comment.