We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903fae4 commit 67b7e1dCopy full SHA for 67b7e1d
WORKSPACE.bazel
@@ -48,6 +48,13 @@ http_archive(
48
url = "https://github.com/ecsact-dev/ecsact_rtb/archive/refs/tags/0.1.0.tar.gz",
49
)
50
51
+http_archive(
52
+ name = "ecsact_codegen",
53
+ sha256 = "5a1a466dbddbe042c2e5910f3b65ca44a5ffcef5831fdd0c3b2e2863c13cfb31",
54
+ strip_prefix = "ecsact_codegen-0.0.2",
55
+ urls = ["https://github.com/ecsact-dev/ecsact_codegen/archive/refs/tags/0.0.2.tar.gz"],
56
+)
57
+
58
http_archive(
59
name = "ecsact_parse",
60
sha256 = "706066e8870aa07f6937ca5f3187c7f3bb970255d028790b5f441e24e22d37f6",
0 commit comments