boozook / playdate

Playdate Build Tools and API
https://mastodon.gamedev.place/@pd
MIT License
133 stars 8 forks source link

Try to get rid of cargo build context #362

Closed boozook closed 2 months ago

boozook commented 3 months ago

Underlying cargo build context touches cache of user's local cargo. We probably can use only build plan by user's cargo and existing info by underlying cargo. If there's no cache we can just run cargo check, then continue.

Another opposite option is to tune inner cargo to prevent touch cache. 🤷🏻‍♂️