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 the bevy dependency to 0.15 #74

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tropical32
Copy link

This PR updates dependencies to the latest versions:

  • log: 0.4
  • rand: 0.9
  • bevy-inspector-gui: 0.29
  • bevy: 0.15

Migration guide: https://bevyengine.org/learn/migration-guides/0-14-to-0-15/

Copy link

trunk-io bot commented Jan 29, 2025

Merging to main in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

Signed-off-by: Kamil <18383952+tropical32@users.noreply.github.com>
@zaycev
Copy link
Owner

zaycev commented Feb 19, 2025

Hey! Thanks for posting this, I will try to review it this week

@tigerplush
Copy link
Collaborator

Code looks good to me,
clippy warns:
warning: useless conversion to the same type: `bevy::prelude::Handle<bevy::prelude::Mesh>` --> src\gi\compositing.rs:213:16
warning: useless conversion to the same type: `bevy::prelude::Handle<bevy::prelude::Mesh>` --> src\gi\compositing.rs:235:16

clippy has no remarks except incorrect newline style, but that might be a windows issue

all examples work at good performance, only thing is:
at startup they all give a warning
WARN bevy_magic_light_2d::gi: Failed to get bind groups

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