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

Update to bevy 0.14 #32

Merged
merged 12 commits into from
Aug 9, 2024
Merged

Update to bevy 0.14 #32

merged 12 commits into from
Aug 9, 2024

Conversation

shanecelis
Copy link
Contributor

I updated to bevy 0.14 based off @Danielmelody's fork that updated to bevy 0.13. I bumped the version number of 0.7 to 0.9 in case you wanted to publish a version 0.8 to support bevy 0.13.

In addition, I added an oscilloscope example. It's just a cool effect I wanted to see in action for a jam game.

@shanecelis
Copy link
Contributor Author

Despite things working, a questionable change was using the visible entities WithMesh. I wonder if it should be With<SmudShape>. Something to consider before publishing.

@johanhelsing
Copy link
Owner

Thanks for reviving the crate!

Despite things working, a questionable change was using the visible entities WithMesh. I wonder if it should be With<SmudShape>. Something to consider before publishing.

Not sure about that either. Did you try With<SmudShape>. If there are unforeseen issues, we could always just have a patch release.

@johanhelsing johanhelsing mentioned this pull request Aug 4, 2024
@johanhelsing johanhelsing merged commit 64fabbb into johanhelsing:main Aug 9, 2024
2 of 3 checks passed
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.

3 participants