Skip to content

Commit

Permalink
chore: add ecsact_lang_csharp 0.1.1 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 6, 2023
1 parent c47ab44 commit af59e9f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/ecsact_lang_csharp/0.1.1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module(
name = "ecsact_lang_csharp",
version = "0.1.1",
compatibility_level = 1,
)

bazel_dep(name = "ecsact_runtime", version = "0.5.4")
bazel_dep(name = "ecsact_codegen", version = "0.1.3")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "ecsact_lang_cpp", version = "0.3.1")
6 changes: 6 additions & 0 deletions modules/ecsact_lang_csharp/0.1.1/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"integrity": "sha256-r3wXVhpFFHvf766o7koknemB3DLImbvhc8+BqZMclP0=",
"patch_strip": 0,
"patches": {},
"url": "https://github.com/ecsact-dev/ecsact_lang_csharp/releases/download/0.1.1/ecsact_lang_csharp-0.1.1.tar.gz"
}
11 changes: 11 additions & 0 deletions modules/ecsact_lang_csharp/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"homepage": "",
"maintainers": [],
"repository": [
"github:/ecsact-dev"
],
"versions": [
"0.1.1"
],
"yanked_versions": {}
}

0 comments on commit af59e9f

Please sign in to comment.