Skip to content

Commit

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

bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "googletest", version = "1.14.0")
bazel_dep(name = "abseil-cpp", version = "20230802.0")
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
6 changes: 6 additions & 0 deletions modules/ecsact_runtime/0.5.1/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"integrity": "sha256-xhzsYKsl/+9IOyQ51nXT7IZCvWCLeoRtakQp5Msjll8=",
"patch_strip": 0,
"patches": {},
"url": "https://github.com/ecsact-dev/ecsact_runtime/releases/download/0.5.1/ecsact_runtime-0.5.1.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/ecsact_runtime/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"versions": [
"0.4.0",
"0.4.1",
"0.5.0"
"0.5.0",
"0.5.1"
],
"yanked_versions": {}
}

0 comments on commit 841eae2

Please sign in to comment.