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

Upgrade to Bevy 0.15 #4

Merged
merged 3 commits into from
Dec 23, 2024
Merged

Upgrade to Bevy 0.15 #4

merged 3 commits into from
Dec 23, 2024

Conversation

splashdust
Copy link
Contributor

This PR updates the bevy_dogoap crate to work with Bevy 0.15.

I also removed the #![feature(trivial_bounds)] so that the crate works with stable Rust. I'm not entirely sure why that was there, but all the examples seem to run fine without it at least :)
Fixes #3 I guess.

Not sure why this was needed, but seems to work without it.
@victorb
Copy link
Owner

victorb commented Dec 23, 2024

This PR updates the bevy_dogoap crate to work with Bevy 0.15.

Awesome, seems to work fine, thanks a bunch! ❤️

I also removed the #![feature(trivial_bounds)] so that the crate works with stable Rust. I'm not entirely sure why that was there, but all the examples seem to run fine without it at least :)

I'm not entirely sure either, might have been a left-over from experimentation with something else.

Finally my homegrown bevy-trait-query-0-14-0 crate could be removed, and everyone rejoiced 🎉

Tested the examples with both Nightly and Stable and everything seems to work, nicely done!

@victorb victorb merged commit 23b87f2 into victorb:master Dec 23, 2024
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.

Compileable in both Stable and Nightly Rust
2 participants