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

feat: update packages #955

Closed nelson137 closed 3 months ago

nelson137 commented 3 months ago

Closes #951


Compare duplicated dependencies
function get_dups() { cargo deny check 2>&1 | sed -En "s/^warning\\[duplicate].*('.*')/\1/p"; }

git switch main get_dups > before.txt
git switch <ref-you-want-to-compare-to-main> get_dups > after.txt
git diff --no-index before.txt after.txt