Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide access to world storages via UnsafeWorldCell #8987

Merged
merged 2 commits into from Jun 29, 2023

Conversation

JoJoJet
Copy link
Member

@JoJoJet JoJoJet commented Jun 28, 2023

Objective

Title. This is necessary in order to update bevy-trait-query to Bevy 0.11.


Changelog

Added the unsafe function UnsafeWorldCell::storages, which provides unchecked access to the internal data stores of a World.

@JoJoJet JoJoJet added this to the 0.11 milestone Jun 28, 2023
@JoJoJet JoJoJet added the A-ECS Entities, components, systems, and events label Jun 28, 2023
@alice-i-cecile alice-i-cecile added the C-Enhancement A new feature label Jun 28, 2023
@cart cart added this pull request to the merge queue Jun 29, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 29, 2023
@alice-i-cecile alice-i-cecile added this pull request to the merge queue Jun 29, 2023
Merged via the queue into bevyengine:main with commit de1dcb9 Jun 29, 2023
23 checks passed
@JoJoJet JoJoJet deleted the unsafe-world-storages branch June 29, 2023 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ECS Entities, components, systems, and events C-Enhancement A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants