Skip to content

Commit d0a386b

Browse files
committed
feat: update rt_entt, si_wasm, and include wasm headers
1 parent 03f72f6 commit d0a386b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ bzlws_copy(
2727
"@ecsact_codegen//:headers",
2828
"@ecsact_lang_cpp//:headers",
2929
"@ecsact_runtime//:headers",
30+
"@ecsact_si_wasm//:headers",
3031
],
3132
out = "dist/include/{FILEPATH}",
3233
force = True,

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1")
77

88
# NOTE: this si the first ecsact dependency and if you see a bazel 'compatibility' error it may _NOT_ be from this one and could be from many others.
99
# SEE: https://github.com/bazelbuild/bazel/issues/22972
10-
bazel_dep(name = "ecsact_si_wasm", version = "0.1.10")
10+
bazel_dep(name = "ecsact_si_wasm", version = "0.1.11")
1111
bazel_dep(name = "rules_ecsact", version = "0.5.8")
12-
bazel_dep(name = "ecsact_rt_entt", version = "0.3.16")
12+
bazel_dep(name = "ecsact_rt_entt", version = "0.3.17")
1313

1414
# TODO: add ecsact_runtime 0.8.0 support
1515
# bazel_dep(name = "ecsact_rt_reference", version = "0.1.2")

0 commit comments

Comments
 (0)