Skip to content

Commit

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

bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "magic_enum", version = "0.9.3")
bazel_dep(name = "ecsact_runtime", version = "0.5.3")
bazel_dep(name = "ecsact_parse", version = "0.3.3")
6 changes: 6 additions & 0 deletions modules/ecsact_interpret/0.5.2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"integrity": "sha256-Yuoz20fjnvOksZqmKEdA5TNYr3xeejBYMLBD9xj1Ai0=",
"patch_strip": 0,
"patches": {},
"url": "https://github.com/ecsact-dev/ecsact_interpret/releases/download/0.5.2/ecsact_interpret-0.5.2.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/ecsact_interpret/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"versions": [
"0.4.0",
"0.5.0",
"0.5.1"
"0.5.1",
"0.5.2"
],
"yanked_versions": {}
}

0 comments on commit 7444224

Please sign in to comment.