Skip to content

Commit 9d72a25

Browse files
chore: add ecsact_lang_json 0.1.7 (#172)
Co-authored-by: seaubot <[email protected]>
1 parent b03e5f5 commit 9d72a25

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
module(
2+
name = "ecsact_lang_json",
3+
version = "0.1.7",
4+
compatibility_level = 1,
5+
)
6+
7+
bazel_dep(name = "nlohmann_json", version = "3.11.3")
8+
bazel_dep(name = "ecsact_runtime", version = "0.7.1", max_compatibility_level = 8)
9+
bazel_dep(name = "ecsact_parse", version = "0.5.4")
10+
bazel_dep(name = "magic_enum", version = "0.9.3")
11+
bazel_dep(name = "ecsact_lang_cpp", version = "0.4.10")
12+
bazel_dep(name = "rules_cc", version = "0.0.9")
13+
bazel_dep(name = "ecsact_codegen", version = "0.4.3")
14+
bazel_dep(name = "bazel_skylib", version = "1.7.1")
15+
bazel_dep(name = "ecsact_cli", version = "0.3.22")
16+
17+
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
18+
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
19+
git_override(
20+
module_name = "hedron_compile_commands",
21+
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
22+
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
23+
)
24+
25+
llvm = use_extension("@toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm", dev_dependency = True)
26+
llvm.toolchain(llvm_version = "17.0.6")
27+
use_repo(llvm, "llvm_toolchain")
28+
29+
register_toolchains(
30+
"@llvm_toolchain//:all",
31+
dev_dependency = True,
32+
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"integrity": "sha256-R1bJDDXA8YIYebPUNXKJwwJWGT+D5Y+4CzyyDcWfps4=",
3+
"patch_strip": 0,
4+
"patches": {},
5+
"strip_prefix": "",
6+
"url": "https://github.com/ecsact-dev/ecsact_lang_json/releases/download/0.1.7/ecsact_lang_json-0.1.7.tar.gz"
7+
}

modules/ecsact_lang_json/metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"0.1.3",
1111
"0.1.4",
1212
"0.1.5",
13-
"0.1.6"
13+
"0.1.6",
14+
"0.1.7"
1415
],
1516
"yanked_versions": {}
1617
}

0 commit comments

Comments
 (0)