Skip to content

Commit 6a5d6fc

Browse files
authored
chore: Cleanup print_sys_exec (#125)
1 parent dee2b1e commit 6a5d6fc

File tree

10 files changed

+321
-263
lines changed

10 files changed

+321
-263
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module(
77
bazel_dep(name = "rules_cc", version = "0.0.9")
88
bazel_dep(name = "bazel_skylib", version = "1.6.1")
99
bazel_dep(name = "rules_ecsact", version = "0.5.2")
10-
bazel_dep(name = "ecsact_runtime", version = "0.6.1")
10+
bazel_dep(name = "ecsact_runtime", version = "0.6.2")
1111
bazel_dep(name = "ecsact_lang_cpp", version = "0.4.1")
1212
bazel_dep(name = "boost.mp11", version = "1.83.0.bzl.1")
1313
bazel_dep(name = "entt", version = "3.12.2")

rt_entt_codegen/core/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ _CORE_CODEGEN_METHODS = {
2525
"//rt_entt_codegen/shared:sorting",
2626
"//rt_entt_codegen/shared:system_util",
2727
"//rt_entt_codegen/shared:parallel",
28+
"//rt_entt_codegen/core/sys_exec",
2829
"@entt//:entt",
2930
"@ecsact_rt_entt//:lib",
3031
],

0 commit comments

Comments
 (0)