Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Bump ext/flecs from 9164a4a to e503f87 #12

Merged
merged 2 commits into from
Jun 6, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2022

Bumps ext/flecs from 9164a4a to e503f87.

Commits
  • e503f87 Update FAQ.md
  • dcd1387 #726 Fix issue where during cleanup table would get deleted twice
  • 9e04a2c Fix off by one error in ecs_query_entity_count
  • 9eafabc Fix issue where deleting an entity twice could trigger id in use assert
  • d0831ba Add implicit component registration to delete_with and remove_all
  • 5e89298 Don't serialize matched_entities/matched_tables for task systems
  • 5edd0ad Use faster method for getting number of entities matched with query
  • 22227f9 Improve performance of ecs_iter_count
  • 36e7ec8 Update README.md
  • 4b1d4d1 Expose WorldStats and PipelineStats components in C++ API
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ext/flecs](https://github.com/SanderMertens/flecs) from `9164a4a` to `e503f87`.
- [Release notes](https://github.com/SanderMertens/flecs/releases)
- [Commits](SanderMertens/flecs@9164a4a...e503f87)

---
updated-dependencies:
- dependency-name: ext/flecs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 6, 2022
@lithiumtoast lithiumtoast merged commit 303a7c9 into main Jun 6, 2022
@lithiumtoast lithiumtoast deleted the dependabot/submodules/ext/flecs-e503f87 branch June 6, 2022 01:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant