Trouv / willos-graveyard

Sokoban puzzle game made for GMTK 2021 game jam - Joined Together
3 stars 0 forks source link

fix: use bevy_ecs_tilemap 0.11.1 instead of git dependency #143

Closed Trouv closed 10 months ago

Trouv commented 10 months ago

A git dependency was used for bevy_ecs_tilemap to pull in a fix for a bug that was in version 0.11. This bug fix has since been released in version 0.11.1, and now depending on main is broken since main has upgraded to 0.12. This PR resolves this issue by removing the bevy_ecs_tilemap patch and depending on version 0.11.1.