Skip to content

Commit

Permalink
chore: add ecsact_lang_csharp 0.1.3 (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: seaubot <[email protected]>
  • Loading branch information
github-actions[bot] and seaubot authored Jun 20, 2024
1 parent c075568 commit 977a8af
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
28 changes: 28 additions & 0 deletions modules/ecsact_lang_csharp/0.1.3/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
module(
name = "ecsact_lang_csharp",
version = "0.1.3",
compatibility_level = 1,
)

bazel_dep(name = "ecsact_runtime", version = "0.6.6")
bazel_dep(name = "ecsact_codegen", version = "0.2.0")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "ecsact_lang_cpp", version = "0.4.4")
bazel_dep(name = "bazel_skylib", version = "1.7.1")

bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
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",
)

llvm = use_extension("@toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm", dev_dependency = True)
llvm.toolchain(llvm_version = "17.0.6")
use_repo(llvm, "llvm_toolchain")

register_toolchains(
"@llvm_toolchain//:all",
dev_dependency = True,
)
7 changes: 7 additions & 0 deletions modules/ecsact_lang_csharp/0.1.3/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"integrity": "sha256-GB9ab4d4oiY3w3hKjE6XWAasB/v5WJ4jQwn1tEdJYNk=",
"patch_strip": 0,
"patches": {},
"strip_prefix": "",
"url": "https://github.com/ecsact-dev/ecsact_lang_csharp/releases/download/0.1.3/ecsact_lang_csharp-0.1.3.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/ecsact_lang_csharp/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
],
"versions": [
"0.1.1",
"0.1.2"
"0.1.2",
"0.1.3"
],
"yanked_versions": {}
}

0 comments on commit 977a8af

Please sign in to comment.