Skip to content

Commit

Permalink
add note about metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Sep 14, 2023
1 parent 10a73b1 commit 1779140
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cargo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ cargo playdate init --lib --full-metadata --deps="sys:git, controls:git"
cargo playdate run
```

New package will be created.
Take a look at the package manifest file (Cargo.toml).
There is extra metadata for your playdate package.

For more information about metadata read [documentation][metadata-readme].

[metadata-readme]: https://github.com/boozook/playdate/blob/main/support/build/README.md#assets


## Crank(start) compatibility

Expand Down

0 comments on commit 1779140

Please sign in to comment.