Skip to content

Commit

Permalink
chore: add ecsact_lang_cpp 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Mar 14, 2024
1 parent 3aefd55 commit aa80f7e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
24 changes: 24 additions & 0 deletions modules/ecsact_lang_cpp/0.3.2/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
module(
name = "ecsact_lang_cpp",
version = "0.3.2",
compatibility_level = 3,
)

bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "ecsact_runtime", version = "0.5.0")
bazel_dep(name = "rules_ecsact", version = "0.4.8")
bazel_dep(name = "ecsact_codegen", version = "0.1.2")

bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
git_override(
module_name = "hedron_compile_commands",
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
)

ecsact = use_extension("@rules_ecsact//ecsact:extensions.bzl", "ecsact")
ecsact.sdk_toolchain(version = "0.6.2")
use_repo(ecsact, "ecsact_sdk", "ecsact_toolchains")

register_toolchains("@ecsact_toolchains//:all")
7 changes: 7 additions & 0 deletions modules/ecsact_lang_cpp/0.3.2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"integrity": "sha256-zWtffhb96uW1ZihR4nPFKXn3KjL6BN27CGRbfkhg4fo=",
"patch_strip": 0,
"patches": {},
"strip_prefix": "",
"url": "https://github.com/ecsact-dev/ecsact_lang_cpp/releases/download/0.3.2/ecsact_lang_cpp-0.3.2.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/ecsact_lang_cpp/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
],
"versions": [
"0.3.0",
"0.3.1"
"0.3.1",
"0.3.2"
],
"yanked_versions": {}
}

0 comments on commit aa80f7e

Please sign in to comment.