boozook / playdate

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

Assets of dependency are ignored #372

Closed boozook closed 2 months ago

boozook commented 3 months ago

cargo-playdate versions: reproduced with 0.4.14

Steps to reproduce:

  1. mkdir issue-372; cd $_
  2. cargo playdate init --lib
  3. cargo add playdate-ui-crank-indicator
  4. ensure that package.metadata.playdate.options.assets.dependencies = true
  5. 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 🤷🏻‍♂️.
boozook commented 3 months ago

376 fixes this but that is not used in pipeline, just testing and comparing new results with old.