Skip to content

Commit

Permalink
chore: add ecsact_codegen 0.1.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 18, 2023
1 parent 5d66e57 commit 7ea5874
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.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module(
name = "ecsact_codegen",
version = "0.1.0",
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.4.1")
6 changes: 6 additions & 0 deletions modules/ecsact_codegen/0.1.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"integrity": "sha256-YXlyo12VFFwg9/MaKvfQUO1u/wKaltTSOOwHj7UQObc=",
"patch_strip": 0,
"patches": {},
"url": "https://github.com/ecsact-dev/ecsact_codegen/releases/download/0.1.0/ecsact_codegen-0.1.0.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 @@ -6,7 +6,8 @@
],
"versions": [
"0.0.3",
"0.0.4"
"0.0.4",
"0.1.0"
],
"yanked_versions": {}
}

0 comments on commit 7ea5874

Please sign in to comment.