Skip to content

Commit

Permalink
feat: 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed May 10, 2024
1 parent 9648deb commit 71d3744
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
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",
)

0 comments on commit 71d3744

Please sign in to comment.