bevy icon indicating copy to clipboard operation
bevy copied to clipboard

bevy_input: allow use without bevy_reflect

Open torsteingrindvik opened this issue 1 year ago • 0 comments

Objective

Allow use of bevy_input types without needing bevy_reflect.

Solution

Make bevy_reflect within bevy_input optional. It's compiled in by default. Turn on reflect in dependencies as well when this feature is on.

Testing

  • Did you test these changes? If so, how?

I did a cargo hack -p bevy_input --each-feature build.

torsteingrindvik avatar Jul 05 '24 20:07 torsteingrindvik