fishfolk / jumpy

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

chore: update Cargo.lock to include correct crate version. #889

Closed zicklag closed 8 months ago

zicklag commented 8 months ago

This was accidentally missed from the latest commit.

orhun commented 8 months ago

we can potentially build with --locked flag to avoid situations like this

zicklag commented 8 months ago

We actually do build with the --locked flag already, so I probably didn't need to do this before tagging the release, but I figured I'd do it just in case and to make things tidy.