aevyrie / bevy_mod_raycast

A little mesh raycasting plugin for Bevy
https://crates.io/crates/bevy_mod_raycast
MIT License
304 stars 92 forks source link

Switch to using individual bevy crates instead of parent "bevy" crate #101

Closed marlyx closed 8 months ago

marlyx commented 8 months ago

Converted the mod to use the individual bevy crates as dependencies instead of the just the parent crate ("bevy"). Following the lead on some of other mods in this family (eventlistener, picking etc.)

aevyrie commented 8 months ago

Love it, this has been on my mental todo list for a while. Thanks!

marlyx commented 8 months ago

Great! Happy to help. Love the mod btw. Great stuff!