diff --git a/modules/ecsact_cli/0.3.0/MODULE.bazel b/modules/ecsact_cli/0.3.0/MODULE.bazel new file mode 100644 index 0000000..e348b2f --- /dev/null +++ b/modules/ecsact_cli/0.3.0/MODULE.bazel @@ -0,0 +1,47 @@ +module( + name = "ecsact_cli", + version = "0.3.0", + compatibility_level = 3, +) + +bazel_dep(name = "rules_cc", version = "0.0.9") +bazel_dep(name = "nlohmann_json", version = "3.11.3") +bazel_dep(name = "platforms", version = "0.0.9") +bazel_dep(name = "rules_pkg", version = "0.10.1") +bazel_dep(name = "bazel_skylib", version = "1.5.0") +bazel_dep(name = "ecsact_parse", version = "0.3.3") +bazel_dep(name = "ecsact_runtime", version = "0.5.4") +bazel_dep(name = "ecsact_interpret", version = "0.5.3") +bazel_dep(name = "ecsact_codegen", version = "0.1.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.4.0") +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 = "toolchains_llvm", version = "1.0.0", dev_dependency = True) +bazel_dep(name = "hedron_compile_commands", dev_dependency = True) + +bazel_dep(name = "yaml-cpp") +git_override( + module_name = "yaml-cpp", + commit = "37f1b8b8c9e5172ff3a79a3d5fdbb87f2994842b", + remote = "https://github.com/jbeder/yaml-cpp", +) + +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_cli/0.3.0/source.json b/modules/ecsact_cli/0.3.0/source.json new file mode 100644 index 0000000..28bdf06 --- /dev/null +++ b/modules/ecsact_cli/0.3.0/source.json @@ -0,0 +1,6 @@ +{ + "integrity": "sha256-V5EMv2UPbIbxNpNjRyT2vkZqMbsaRbKk3DA1xGlcr/w=", + "patch_strip": 0, + "patches": {}, + "url": "https://github.com/ecsact-dev/ecsact_cli/releases/download/0.3.0/ecsact_cli-0.3.0.tar.gz" +} \ No newline at end of file diff --git a/modules/ecsact_cli/metadata.json b/modules/ecsact_cli/metadata.json index 153f5c2..42a84c0 100644 --- a/modules/ecsact_cli/metadata.json +++ b/modules/ecsact_cli/metadata.json @@ -9,7 +9,8 @@ "0.2.0", "0.2.1", "0.2.2", - "0.2.3" + "0.2.3", + "0.3.0" ], "yanked_versions": {} } \ No newline at end of file