Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelwan committed May 28, 2024
1 parent dee2b1e commit f3be962
Show file tree
Hide file tree
Showing 10 changed files with 506 additions and 260 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module(
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "rules_ecsact", version = "0.5.2")
bazel_dep(name = "ecsact_runtime", version = "0.6.1")
bazel_dep(name = "ecsact_runtime", version = "0.6.2")
bazel_dep(name = "ecsact_lang_cpp", version = "0.4.1")
bazel_dep(name = "boost.mp11", version = "1.83.0.bzl.1")
bazel_dep(name = "entt", version = "3.12.2")
Expand Down
1 change: 1 addition & 0 deletions rt_entt_codegen/core/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ _CORE_CODEGEN_METHODS = {
"//rt_entt_codegen/shared:sorting",
"//rt_entt_codegen/shared:system_util",
"//rt_entt_codegen/shared:parallel",
"//rt_entt_codegen/core/sys_exec",
"@entt//:entt",
"@ecsact_rt_entt//:lib",
],
Expand Down
Loading

0 comments on commit f3be962

Please sign in to comment.