Skip to content

Commit eff408d

Browse files
chore: add ecsact_runtime 0.8.0 (#165)
Co-authored-by: seaubot <[email protected]>
1 parent a97d400 commit eff408d

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed
+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
module(
2+
name = "ecsact_runtime",
3+
version = "0.8.0",
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+
)
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"integrity": "sha256-QEKefgguunM8tWBJyV0N2fQgNr6iYhv3ac7RDsRVb14=",
3+
"patch_strip": 0,
4+
"patches": {},
5+
"strip_prefix": "",
6+
"url": "https://github.com/ecsact-dev/ecsact_runtime/releases/download/0.8.0/ecsact_runtime-0.8.0.tar.gz"
7+
}

modules/ecsact_runtime/metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"0.6.8",
2424
"0.6.9",
2525
"0.7.0",
26-
"0.7.1"
26+
"0.7.1",
27+
"0.8.0"
2728
],
2829
"yanked_versions": {}
2930
}

0 commit comments

Comments
 (0)