fishfolk / bones

An easy-to-use game engine for making real games.
https://fishfolk.org/development/bones/introduction/
Other
210 stars 20 forks source link

fix: update ttf-parser dependency to fix build error when starting with fresh lock file. #424

Closed zicklag closed 1 month ago

zicklag commented 1 month ago

There was some kind of semver-incompatible update to ttf-parser or a dependency or something that caused it to fail to compile after running a cargo update or starting a new Bones project with a fresh Cargo.lock file.

This updates ttf-parser to the latest version which fixes the error.