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

Remove downcast-rs as a dependency from bevy_ecs #12151

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Conversation

james7132
Copy link
Member

Objective

downcast-rs is not used within bevy_ecs. This is probably a remnant from before Schedule v3 landed, since stages needed the downcasting.

Solution

Remove it.

@james7132 james7132 added A-ECS Entities, components, systems, and events C-Dependencies A change to the crates that Bevy depends on labels Feb 27, 2024
@mockersf mockersf added this pull request to the merge queue Feb 27, 2024
@mockersf mockersf added the S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it label Feb 27, 2024
Merged via the queue into main with commit ae9b4fc Feb 27, 2024
31 of 33 checks passed
@james7132 james7132 deleted the remove-downcast branch March 10, 2024 07:28
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-Dependencies A change to the crates that Bevy depends on S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants