Skip to content

Commit

Permalink
chore: add ecsact_cli 0.3.22 (#163)
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 Dec 6, 2024
1 parent 261016b commit ed1b670
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
47 changes: 47 additions & 0 deletions modules/ecsact_cli/0.3.22/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
module(
name = "ecsact_cli",
version = "0.3.22",
compatibility_level = 3,
)

bazel_dep(name = "rules_cc", version = "0.0.17")
bazel_dep(name = "nlohmann_json", version = "3.11.3")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_pkg", version = "0.10.1")
bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "ecsact_runtime", version = "0.7.1")
bazel_dep(name = "ecsact_interpret", version = "0.6.6")
bazel_dep(name = "ecsact_codegen", version = "0.4.3")
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
bazel_dep(name = "magic_enum", version = "0.9.3")
bazel_dep(name = "curl", version = "8.7.1.bcr.1")
bazel_dep(name = "docopt.cpp", version = "0.6.2")
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
bazel_dep(name = "boost.algorithm", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.url", version = "1.83.0.bzl.2")
bazel_dep(name = "boost.regex", version = "1.83.0.bcr.1")
bazel_dep(name = "yaml-cpp", version = "0.8.0")
bazel_dep(name = "libarchive", version = "3.7.4.bcr.2")
bazel_dep(name = "tracy", version = "0.11.1.edr.2")

bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True)
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)

bazel_dep(name = "xxhash", version = "0.8.2")
bazel_dep(name = "boringssl", version = "0.0.0-20240530-2db0eb3")

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_cli/0.3.22/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"integrity": "sha256-xZ7VkzmrH1YvLxSstVtSgWOFQgvRGsUcMNQM3scvmBA=",
"patch_strip": 0,
"patches": {},
"strip_prefix": "",
"url": "https://github.com/ecsact-dev/ecsact_cli/releases/download/0.3.22/ecsact_cli-0.3.22.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/ecsact_cli/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"0.3.18",
"0.3.19",
"0.3.20",
"0.3.21"
"0.3.21",
"0.3.22"
],
"yanked_versions": {}
}

0 comments on commit ed1b670

Please sign in to comment.