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(Rng): Enable serialize and rand features #2

Closed Bluefinger closed 2 years ago

Bluefinger commented 2 years ago

Enable the serialization and deserialization of RngComponent and GlobalRng instances, as well as add a feature for rand interoperability.