bevy_mod_raycast icon indicating copy to clipboard operation
bevy_mod_raycast copied to clipboard

Fix compilation without default features

Open Shatur opened this issue 3 years ago • 0 comments

Fixes compilation when the default features are disables.

I also splitted use to make cfg(feature ...) look better. By default rust-analyzer splits includes into std, third-party and your, so I did the same.

Shatur avatar Aug 23 '22 19:08 Shatur