Skip to content

Commit

Permalink
chore(deps): update EnTT (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy authored Apr 26, 2023
1 parent dae25b1 commit 068c42c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions config/minimal_fetched_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,14 @@ include:
- com_github_skypjack_entt/src/entt/entity/snapshot.hpp
- com_github_skypjack_entt/src/entt/entity/sparse_set.hpp
- com_github_skypjack_entt/src/entt/entity/storage.hpp
- com_github_skypjack_entt/src/entt/entity/storage_mixin.hpp
- com_github_skypjack_entt/src/entt/entity/utility.hpp
- com_github_skypjack_entt/src/entt/entity/view.hpp
entt/graph:
- com_github_skypjack_entt/src/entt/graph/adjacency_matrix.hpp
- com_github_skypjack_entt/src/entt/graph/flow.hpp
- com_github_skypjack_entt/src/entt/graph/dot.hpp
- com_github_skypjack_entt/src/entt/graph/fwd.hpp
entt:
- com_github_skypjack_entt/src/entt/entt.hpp
- com_github_skypjack_entt/src/entt/fwd.hpp
Expand All @@ -49,6 +55,7 @@ include:
entt/meta:
- com_github_skypjack_entt/src/entt/meta/adl_pointer.hpp
- com_github_skypjack_entt/src/entt/meta/container.hpp
- com_github_skypjack_entt/src/entt/meta/context.hpp
- com_github_skypjack_entt/src/entt/meta/ctx.hpp
- com_github_skypjack_entt/src/entt/meta/factory.hpp
- com_github_skypjack_entt/src/entt/meta/fwd.hpp
Expand Down
6 changes: 3 additions & 3 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ def ecsact_rtb_repositories():
name = "com_github_skypjack_entt",
patch_args = ["-p1"],
patches = ["@ecsact_rtb//patches:entt_export_source_files.patch"],
sha256 = "f7031545130bfc06f5fe6b2f8c87dcbd4c1254fab86657e2788b70dfeea57965",
strip_prefix = "entt-3.10.1",
url = "https://github.com/skypjack/entt/archive/refs/tags/v3.10.1.tar.gz",
sha256 = "0ac010f232d3089200c5e545bcbd6480cf68b705de6930d8ff7cdb0a29f5b47b",
strip_prefix = "entt-3.11.1",
url = "https://github.com/skypjack/entt/archive/refs/tags/v3.11.1.tar.gz",
)

http_archive(
Expand Down

0 comments on commit 068c42c

Please sign in to comment.