Skip to content

Commit

Permalink
fix: remove toolchain config ecsact
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 22, 2023
1 parent 495c3fe commit b8410d8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,3 @@ bazel_dep(name = "ecsact_runtime", version = "0.5.1")
bazel_dep(name = "ecsact_lang_cpp", version = "0.3.0")
bazel_dep(name = "boost.mp11", version = "1.83.0.bzl.1")
bazel_dep(name = "entt", version = "3.12.2")

ecsact = use_extension("@rules_ecsact//ecsact:extensions.bzl", "ecsact")
ecsact.sdk_toolchain(version = "0.6.2")
use_repo(ecsact, "ecsact_sdk", "ecsact_toolchains")

register_toolchains("@ecsact_toolchains//:all")

0 comments on commit b8410d8

Please sign in to comment.