Closed TimJentzsch closed 5 months ago
I forgot to test with --all-features
, hopefully CI will pass now
I'll do a full review when I can, just a bit away from my computer this weekend so even if I merge this PR, I won't be able to publish a new version until I'm more in front of my machine.
Objective
bevy_turborand
to support Bevy 0.14 via the current release candidate (0.14.0-rc.4
).bevy_turborand
users to try out Bevy 0.14 before the full releaseSolution
0.14.0-rc.4
I propose to release this change as
0.9.0-rc.1
to enable users ofbevy_turborand
to test Bevy 0.14. If you don't want that, I can remove the changes to Cargo.toml and the README and we can wait for 0.14 to be fully released.Testing
I ran
cargo check
andcargo test
and it seems to work. Didn't test this with a real Bevy app yet.