fishfolk / jumpy

Tactical 2D shooter in fishy pixels style. Made with Rust-lang 🦀 and Bevy 🪶
https://fishfolk.org/games/jumpy/
Other
1.6k stars 115 forks source link

Update jumpy to latest bones version #951

Closed MaxCWhitehead closed 3 months ago

MaxCWhitehead commented 4 months ago

Description

Bones got some version updates, jumpy should update its lock file to use latest bones, some code fixup may be required.

MaxCWhitehead commented 4 months ago

@nelson137 Let me know if you'd like me to assign this to you, I'm also happy to take a swing at it when I get around to it.

Thanks for cleanup up bones dependencies!

nelson137 commented 4 months ago

@MaxCWhitehead You can go ahead and assign this to me :)

MaxCWhitehead commented 3 months ago

Running cargo update (updating bitfield-rle to 0.2.1 specifically) will currently fail compilation until https://github.com/fishfolk/bones/issues/365 and linked mentions are resolved.

Not directly related to updating bones / this issue - but mentioning in case this issue is hit in passing.

MaxCWhitehead commented 3 months ago

Running cargo update (updating bitfield-rle to 0.2.1 specifically) will currently fail compilation until fishfolk/bones#365 and linked mentions are resolved.

Not directly related to updating bones / this issue - but mentioning in case this issue is hit in passing.

This was resolved upstream.