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

feat(DelegatedRng): Add ForkableCore trait and update to latest bevy #5

Closed Bluefinger closed 1 year ago

Bluefinger commented 1 year ago

Updates to latest turbocore version to support new traits and behaviour with cloning/forking, as well as prepare for the next upcoming bevy version.