Bluefinger / bevy_turborand

A plugin to enable random number generation for the Bevy game engine.
Apache License 2.0
35 stars 5 forks source link

Bevy 0.14.0-rc.4 #17

Closed TimJentzsch closed 2 months ago

TimJentzsch commented 2 months ago

Objective

Solution

I propose to release this change as 0.9.0-rc.1 to enable users of bevy_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 and cargo test and it seems to work. Didn't test this with a real Bevy app yet.

TimJentzsch commented 2 months ago

I forgot to test with --all-features, hopefully CI will pass now

Bluefinger commented 2 months ago

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.