thephet / BevyRoguelike

Roguelike game using Rust and the Bevy engine
167 stars 14 forks source link

feat(bevy/v0.9): Update to support Bevy 0.9 #1

Closed tsal closed 1 year ago

tsal commented 1 year ago

I added the cargo config because the issue seemed to be related to a combination of things and using msvc; this fixed it for msvc.

I probably missed a few spots for the new spawn api's handling of bundles / tuples, but I am pretty sure I got most of them.