Skip to content

Commit

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

bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "ecsact_runtime", version = "0.5.0")
bazel_dep(name = "rules_ecsact", version = "0.4.0")
bazel_dep(name = "ecsact_codegen", version = "0.1.2")
6 changes: 6 additions & 0 deletions modules/ecsact_lang_cpp/0.3.1/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"integrity": "sha256-LBvbMPawj9qs7pkHYpsvcd5xBS51y44WthJloh3w4J8=",
"patch_strip": 0,
"patches": {},
"url": "https://github.com/ecsact-dev/ecsact_lang_cpp/releases/download/0.3.1/ecsact_lang_cpp-0.3.1.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/ecsact_lang_cpp/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"github:/ecsact-dev"
],
"versions": [
"0.3.0"
"0.3.0",
"0.3.1"
],
"yanked_versions": {}
}

0 comments on commit 1c8a2e8

Please sign in to comment.