Skip to content

feat: 0.7.0 #319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ startup --windows_enable_symlinks
common --enable_bzlmod
common --registry=https://raw.githubusercontent.com/ecsact-dev/bazel_registry/main
common --registry=https://raw.githubusercontent.com/bazelboost/registry/main
common --registry=https://raw.githubusercontent.com/zaucy/bazel-central-registry/add-curl-config2 # temporary
common --registry=https://bcr.bazel.build
build --enable_platform_specific_config
build --incompatible_use_platforms_repo_for_constraints
build --incompatible_enable_cc_toolchain_resolution
build --incompatible_strict_action_env
build --enable_runfiles
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# bazel
/bazel-*
/user.bazelrc
*.bazel.lock

# https://github.com/hedronvision/bazel-compile-commands-extractor
/compile_commands.json
Expand Down
43 changes: 22 additions & 21 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
module(name = "ecsact_sdk")

bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "rules_pkg", version = "0.9.1")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "ecsact_si_wasm", version = "0.1.1")
bazel_dep(name = "rules_ecsact", version = "0.4.5")
bazel_dep(name = "ecsact_rt_entt", version = "0.2.2")
bazel_dep(name = "ecsact_codegen", version = "0.1.3")
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_lang_cpp", version = "0.3.1")
bazel_dep(name = "ecsact_cli", version = "0.2.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_si_wasm", version = "0.1.2")
bazel_dep(name = "rules_ecsact", version = "0.5.1")
bazel_dep(name = "ecsact_rt_entt", version = "0.3.1")
bazel_dep(name = "ecsact_codegen", version = "0.2.0")
bazel_dep(name = "ecsact_parse", version = "0.4.0")
bazel_dep(name = "ecsact_runtime", version = "0.6.1")
bazel_dep(name = "ecsact_interpret", version = "0.6.1")
bazel_dep(name = "ecsact_lang_cpp", version = "0.4.1")
bazel_dep(name = "ecsact_cli", version = "0.3.6")
bazel_dep(name = "ecsact_lsp_server", version = "0.2.0")
bazel_dep(name = "ecsact_lang_json", version = "0.1.2")
bazel_dep(name = "ecsact_lang_csharp", version = "0.1.2")
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")

# https://github.com/jbeder/yaml-cpp/issues/1229
bazel_dep(name = "yaml-cpp")
git_override(
module_name = "yaml-cpp",
commit = "37f1b8b8c9e5172ff3a79a3d5fdbb87f2994842b",
remote = "https://github.com/jbeder/yaml-cpp",
)
bazel_dep(name = "yaml-cpp", version = "0.8.0")

bazel_dep(name = "bzlws")
git_override(
module_name = "bzlws",
commit = "b90ae6b38e351979cae2af355f55d2c68d997030",
commit = "b7b10a115da356ec23b0cf0c697919baa7b7301c",
remote = "https://github.com/zaucy/bzlws",
)

# TODO: https://github.com/bazelbuild/bazel-central-registry/pull/1916
bazel_dep(name = "libarchive")
git_override(
module_name = "libarchive",
commit = "7c331f92acea5243c195cdc6fb46ecfa11ce1ce2",
remote = "https://github.com/zaucy/libarchive.git",
)