You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ensure that package.metadata.playdate.options.assets.dependencies = true
CARGO_PLAYDATE_LOG="trace" RUST_LOG="trace" cargo pd package -vvv --simulator --lib
Check that assets of playdate-ui-crank-indicator crate have to be in the produced package, but not 🤷🏻♂️.
The text was updated successfully, but these errors were encountered:
cargo-playdate
versions:reproduced with
0.4.14
Steps to reproduce:
mkdir issue-372; cd $_
cargo playdate init --lib
cargo add playdate-ui-crank-indicator
package.metadata.playdate.options.assets.dependencies = true
CARGO_PLAYDATE_LOG="trace" RUST_LOG="trace" cargo pd package -vvv --simulator --lib
Check that assets of
playdate-ui-crank-indicator
crate have to be in the produced package, but not 🤷🏻♂️.The text was updated successfully, but these errors were encountered: