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

Fixing Clippy warnings, some refactors and optimizations #96

Merged
merged 6 commits into from
Sep 3, 2024

Conversation

FastestMolasses
Copy link
Contributor

@FastestMolasses FastestMolasses commented Aug 29, 2024

I'm using clippy and when importing this project into mine, it generates a ton of warnings and suggestions for fixes in code. I went ahead and fixed all these warnings for my project and if this is something you would like to include as well, then feel free to include! My changes passes all tests too.

EDIT: Looks like I mistakenly included some code to upgrade to Bevy 0.14. This is an issue because it requires that glam goes back to version 0.27 to match the Bevy version in 0.14. Let me know if you want to include this PR in the first place and we can discuss what to do with the extra commits.

@SlimeYummy SlimeYummy merged commit 6a4bce9 into SlimeYummy:master Sep 3, 2024
5 checks passed
@SlimeYummy
Copy link
Owner

Hi @FastestMolasses , thanks for your PR, especially for the fix of the demo.
I've merged your PR, but I want to make some small tweaks to the results of auto formatting. You can find them in this PR #97 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants