File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 " )
1111bazel_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")
You can’t perform that action at this time.
0 commit comments