Skip to content

Commit

Permalink
chore: add entt dep instead of local override
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 21, 2023
1 parent 397104c commit e5c372d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "rules_ecsact", version = "0.4.0")
bazel_dep(name = "ecsact_runtime", version = "0.5.1")
bazel_dep(name = "ecsact_lang_cpp", version = "0.3.0")
bazel_dep(name = "entt")
bazel_dep(name = "boost.mp11", version = "1.83.0.bzl.1")

local_path_override(
module_name = "entt",
path = "C:/Users/zekew/projects/ecsact-dev/entt",
)
bazel_dep(name = "entt", version = "3.12.2")

ecsact = use_extension("@rules_ecsact//ecsact:extensions.bzl", "ecsact")
ecsact.sdk_toolchain(version = "0.6.2")
Expand Down

0 comments on commit e5c372d

Please sign in to comment.