#Bevy 0.14 porting to 0.17

5 messages · Page 1 of 1 (latest)

raven solar
#

Hey y'all, I've been working a small team and I decided that the code should be ported to 0.17 bevy and I asked on reddit, they said to do that too. Are there any crates that don’t support Bevy 0.17 yet that I should watch out for? EX: wgpu, bevy_mod_raycast, ect.

bronze bane
#

it is best you get the crates on your workspace and look at them individually, every cycle hundreds (hyperbole) crates get dropped, but listing them all in hopes to somehow hit one of the ones that you use is not good

#

also, bevy depends on wgpu, not the other way around

#

and for bevy_mod_raycast, it is part of the core bevy since 0.15

raven solar