Skip to content

Commit

Permalink
chore: update rules_ecsact
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jul 2, 2024
1 parent b9a27e7 commit 8bf82ec
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_pkg", version = "0.10.1")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "ecsact_si_wasm", version = "0.1.2")
bazel_dep(name = "rules_ecsact", version = "0.5.2")
bazel_dep(name = "rules_ecsact", version = "0.5.3")
bazel_dep(name = "ecsact_rt_entt", version = "0.3.3")
bazel_dep(name = "ecsact_codegen", version = "0.3.1")
bazel_dep(name = "ecsact_parse", version = "0.5.1")
Expand Down Expand Up @@ -41,11 +41,6 @@ register_toolchains(
dev_dependency = True,
)

local_path_override(
module_name = "rules_ecsact",
path = "../rules_ecsact",
)

local_path_override(
module_name = "ecsact_rt_entt",
path = "../ecsact_rt_entt",
Expand Down

0 comments on commit 8bf82ec

Please sign in to comment.