Skip to content

Commit

Permalink
chore: add ecsact_codegen 0.1.2 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 19, 2023
1 parent c553df3 commit f19540b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
10 changes: 10 additions & 0 deletions modules/ecsact_codegen/0.1.2/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module(
name = "ecsact_codegen",
version = "0.1.2",
compatibility_level = 1,
)

bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
bazel_dep(name = "ecsact_runtime", version = "0.5.0")
6 changes: 6 additions & 0 deletions modules/ecsact_codegen/0.1.2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"integrity": "sha256-ue36AxXNSRK2GNsxUM4ggOaIzU0PIbfnnw5hGz0gk7E=",
"patch_strip": 0,
"patches": {},
"url": "https://github.com/ecsact-dev/ecsact_codegen/releases/download/0.1.2/ecsact_codegen-0.1.2.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/ecsact_codegen/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"0.0.3",
"0.0.4",
"0.1.0",
"0.1.1"
"0.1.1",
"0.1.2"
],
"yanked_versions": {}
}

0 comments on commit f19540b

Please sign in to comment.