Skip to content

Commit

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

bazel_dep(name = "nlohmann_json", version = "3.11.2")
bazel_dep(name = "ecsact_runtime", version = "0.5.4")
bazel_dep(name = "ecsact_parse", version = "0.3.3")
bazel_dep(name = "magic_enum", version = "0.9.3")
bazel_dep(name = "ecsact_lang_cpp", version = "0.3.1")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "ecsact_codegen", version = "0.1.3")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
6 changes: 6 additions & 0 deletions modules/ecsact_lang_json/0.1.2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"integrity": "sha256-41G2OQ4RyKJTDpWkjtA/hSoRiUsDQ/JifaPH0qwEEYI=",
"patch_strip": 0,
"patches": {},
"url": "https://github.com/ecsact-dev/ecsact_lang_json/releases/download/0.1.2/ecsact_lang_json-0.1.2.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/ecsact_lang_json/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"github:/ecsact-dev"
],
"versions": [
"0.1.1"
"0.1.1",
"0.1.2"
],
"yanked_versions": {}
}

0 comments on commit 8845780

Please sign in to comment.