bevy_simple_tilemap icon indicating copy to clipboard operation
bevy_simple_tilemap copied to clipboard

feat: Add feature flag allowing disabling rayon.

Open MaxCWhitehead opened this issue 2 years ago • 0 comments

This change adds a feature flag enabling Rayon dep and the parallel iterator usage. This allows it to be disabled, for cases in which this is less performant.

Rayon feature is included in default features to prevent a change in behavior for current users of crate, though I expect perhaps having it off may be a more suitable default in the future.

Relates to #16

MaxCWhitehead avatar Jul 15 '23 20:07 MaxCWhitehead