From 88229f96e7c05ea35babb89d4308d22fba2dc103 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 00:39:07 +0000 Subject: [PATCH] chore: add ecsact_rt_entt 0.3.5 (#106) Co-authored-by: seaubot --- modules/ecsact_rt_entt/0.3.5/MODULE.bazel | 48 +++++++++++++++++++++++ modules/ecsact_rt_entt/0.3.5/source.json | 7 ++++ modules/ecsact_rt_entt/metadata.json | 3 +- 3 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 modules/ecsact_rt_entt/0.3.5/MODULE.bazel create mode 100644 modules/ecsact_rt_entt/0.3.5/source.json diff --git a/modules/ecsact_rt_entt/0.3.5/MODULE.bazel b/modules/ecsact_rt_entt/0.3.5/MODULE.bazel new file mode 100644 index 0000000..d02b655 --- /dev/null +++ b/modules/ecsact_rt_entt/0.3.5/MODULE.bazel @@ -0,0 +1,48 @@ +module( + name = "ecsact_rt_entt", + version = "0.3.5", + compatibility_level = 3, +) + +bazel_dep(name = "rules_cc", version = "0.0.9") +bazel_dep(name = "bazel_skylib", version = "1.6.1") +bazel_dep(name = "rules_ecsact", version = "0.5.5") +bazel_dep(name = "ecsact_runtime", version = "0.6.7") +bazel_dep(name = "ecsact_lang_cpp", version = "0.4.5") +bazel_dep(name = "boost.mp11", version = "1.83.0.bzl.1") +bazel_dep(name = "entt", version = "3.12.2") +bazel_dep(name = "ecsact_codegen", version = "0.3.1") +bazel_dep(name = "ecsact_cli", version = "0.3.14") +bazel_dep(name = "xxhash", version = "0.8.2") +bazel_dep(name = "googletest", version = "1.14.0.bcr.1") +bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2") +bazel_dep(name = "boost.process", version = "1.83.0.bzl.2") + +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", +) + +# TODO: https://github.com/bazelbuild/bazel-central-registry/pull/1916 +git_override( + module_name = "libarchive", + commit = "7c331f92acea5243c195cdc6fb46ecfa11ce1ce2", + remote = "https://github.com/zaucy/libarchive.git", +) + +ecsact = use_extension("@rules_ecsact//ecsact:extensions.bzl", "ecsact", dev_dependency = True) +ecsact.toolchain(use_ecsact_cli = True) +use_repo(ecsact, "ecsact_toolchain") + +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", + "@ecsact_toolchain//:all", + dev_dependency = True, +) diff --git a/modules/ecsact_rt_entt/0.3.5/source.json b/modules/ecsact_rt_entt/0.3.5/source.json new file mode 100644 index 0000000..cb8080b --- /dev/null +++ b/modules/ecsact_rt_entt/0.3.5/source.json @@ -0,0 +1,7 @@ +{ + "integrity": "sha256-fv17rlqnlbbkx7k0UXx47+G4wFm63fnU3oUNfVp+r1k=", + "patch_strip": 0, + "patches": {}, + "strip_prefix": "", + "url": "https://github.com/ecsact-dev/ecsact_rt_entt/releases/download/0.3.5/ecsact_rt_entt-0.3.5.tar.gz" +} \ No newline at end of file diff --git a/modules/ecsact_rt_entt/metadata.json b/modules/ecsact_rt_entt/metadata.json index 6097c77..922c93a 100644 --- a/modules/ecsact_rt_entt/metadata.json +++ b/modules/ecsact_rt_entt/metadata.json @@ -11,7 +11,8 @@ "0.3.1", "0.3.2", "0.3.3", - "0.3.4" + "0.3.4", + "0.3.5" ], "yanked_versions": {} } \ No newline at end of file