pd-rs / crank

A wrapper for cargo to use creating games for the Playdate handheld gaming system.
MIT License
83 stars 16 forks source link

Update zip dependency #50

Closed parasyte closed 9 months ago

parasyte commented 10 months ago

Fixes a build error caused by the zip-extensions 0.6.2 release, which puts zip 0.6 in their public API. This is a breaking change from 0.6.1, which depended on zip 0.5.

See: https://github.com/matzefriedrich/zip-extensions-rs/issues/9#issuecomment-1706010715

This PR blocks #48, #49, and #51.