diff --git a/modules/ecsact_rt_entt/0.3.0/MODULE.bazel b/modules/ecsact_rt_entt/0.3.0/MODULE.bazel new file mode 100644 index 0000000..fea3411 --- /dev/null +++ b/modules/ecsact_rt_entt/0.3.0/MODULE.bazel @@ -0,0 +1,33 @@ +module( + name = "ecsact_rt_entt", + version = "0.3.0", + compatibility_level = 3, +) + +bazel_dep(name = "rules_cc", version = "0.0.9") +bazel_dep(name = "bazel_skylib", version = "1.5.0") +bazel_dep(name = "rules_ecsact", version = "0.5.0") +bazel_dep(name = "ecsact_runtime", version = "0.6.1") +bazel_dep(name = "ecsact_lang_cpp", version = "0.4.1") +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.2.0") +bazel_dep(name = "ecsact_cli", version = "0.3.4") +bazel_dep(name = "xxhash", version = "0.8.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", +) + +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, +) diff --git a/modules/ecsact_rt_entt/0.3.0/source.json b/modules/ecsact_rt_entt/0.3.0/source.json new file mode 100644 index 0000000..333f8b1 --- /dev/null +++ b/modules/ecsact_rt_entt/0.3.0/source.json @@ -0,0 +1,7 @@ +{ + "integrity": "sha256-GbGNkrUlv64s1dGjub/Ap0bqc+bQvps+V4iqTUf+pGc=", + "patch_strip": 0, + "patches": {}, + "strip_prefix": "", + "url": "https://github.com/ecsact-dev/ecsact_rt_entt/releases/download/0.3.0/ecsact_rt_entt-0.3.0.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 e4a656c..865f71a 100644 --- a/modules/ecsact_rt_entt/metadata.json +++ b/modules/ecsact_rt_entt/metadata.json @@ -6,7 +6,8 @@ ], "versions": [ "0.2.1", - "0.2.2" + "0.2.2", + "0.3.0" ], "yanked_versions": {} } \ No newline at end of file