File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff 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+
3744http_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
4451http_archive (
You can’t perform that action at this time.
0 commit comments