Skip to content

Commit 6bd2af6

Browse files
committed
chore(deps): up ecsact_rt_entt +rules_ecsact
1 parent f4f685a commit 6bd2af6

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

WORKSPACE.bazel

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,18 @@ http_archive(
3434
urls = ["https://github.com/seaube/ecsact_si_wasm/archive/refs/tags/0.1.0.tar.gz"],
3535
)
3636

37+
http_archive(
38+
name = "rules_ecsact",
39+
sha256 = "3db6d498a681e036dabdcc1bb7e5ee254acadae4ab2ecf19d253f824db88d5e4",
40+
strip_prefix = "rules_ecsact-0.3.0",
41+
urls = ["https://github.com/ecsact-dev/rules_ecsact/archive/refs/tags/0.3.0.tar.gz"],
42+
)
43+
3744
http_archive(
3845
name = "ecsact_rt_entt",
39-
sha256 = "dddf4534b302aebf3801062fb992d1e247dc8af213f830dcb76da4222a5dec09",
40-
strip_prefix = "ecsact_rt_entt-0.1.0",
41-
urls = ["https://github.com/ecsact-dev/ecsact_rt_entt/archive/refs/tags/0.1.0.tar.gz"],
46+
sha256 = "7608497049cfca47f283ab0a7e8a6490d5a75033c9e732150284afc806f20b6d",
47+
strip_prefix = "ecsact_rt_entt-0.2.0",
48+
urls = ["https://github.com/ecsact-dev/ecsact_rt_entt/archive/refs/tags/0.2.0.tar.gz"],
4249
)
4350

4451
http_archive(

0 commit comments

Comments
 (0)