Skip to content

Commit 3a2daed

Browse files
chore: add ecsact_runtime 0.8.1 (#179)
Co-authored-by: seaubot <seaubot@users.noreply.github.com>
1 parent b77079d commit 3a2daed

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
module(
2+
name = "ecsact_runtime",
3+
version = "0.8.1",
4+
compatibility_level = 8,
5+
)
6+
7+
bazel_dep(name = "rules_cc", version = "0.0.9")
8+
bazel_dep(name = "platforms", version = "0.0.10")
9+
bazel_dep(name = "bazel_skylib", version = "1.6.1")
10+
bazel_dep(name = "googletest", version = "1.14.0.bcr.1")
11+
bazel_dep(name = "abseil-cpp", version = "20230802.0")
12+
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
13+
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
14+
15+
bazel_dep(name = "toolchains_llvm", version = "1.2.0", dev_dependency = True)
16+
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
17+
git_override(
18+
module_name = "hedron_compile_commands",
19+
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
20+
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
21+
)
22+
23+
llvm = use_extension("@toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm", dev_dependency = True)
24+
llvm.toolchain(llvm_version = "19.1.0")
25+
use_repo(llvm, "llvm_toolchain", "llvm_toolchain_llvm")
26+
27+
register_toolchains(
28+
"@llvm_toolchain//:all",
29+
dev_dependency = True,
30+
)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"integrity": "sha256-8hrpT+OnqUQmGtEpLIRUPwyjKDiuhdKl4wb1Tjjh+2Y=",
3+
"patch_strip": 0,
4+
"patches": {},
5+
"strip_prefix": "",
6+
"url": "https://github.com/ecsact-dev/ecsact_runtime/releases/download/0.8.1/ecsact_runtime-0.8.1.tar.gz"
7+
}

modules/ecsact_runtime/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"0.6.9",
2525
"0.7.0",
2626
"0.7.1",
27-
"0.8.0"
27+
"0.8.0",
28+
"0.8.1"
2829
],
2930
"yanked_versions": {}
3031
}

0 commit comments

Comments
 (0)