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

joseph-gio
Copy link
Member

@joseph-gio joseph-gio 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.

@joseph-gio joseph-gio added this to the 0.11 milestone Jun 28, 2023
@joseph-gio joseph-gio added the A-ECS Entities, components, systems, and events label Jun 28, 2023
@alice-i-cecile alice-i-cecile added the C-Feature A new feature, making something new possible 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
@joseph-gio joseph-gio 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-Feature A new feature, making something new possible
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants