iolivia / rust-sokoban

Rust Sokoban book and code samples
https://sokoban.iolivia.me
MIT License
155 stars 29 forks source link

Update dependencies along with needed code refactoring #109

Open kwiat1990 opened 1 year ago

kwiat1990 commented 1 year ago

As mentioned in #108 the goal of this PR is to update all dependencies to the newest version and to make required refactoring, so the code compiles as the was some API changes in geez crate.

@iolivia I have also changed spelling of colour to its American variant because I used it in my code. In the middle of replacing, I ask myself why I'm doing this and not the opposite but then it was a little bit too late, and I didn't want to revert all changes and change my code. If it's not a problem, then cool. Otherwise, I can revert these changes in following days.