From 1779140d851ffcfbade9b8911d013e532963bef4 Mon Sep 17 00:00:00 2001 From: Alexander Koz Date: Thu, 14 Sep 2023 16:53:53 +0400 Subject: [PATCH] add note about metadata --- cargo/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cargo/README.md b/cargo/README.md index af24b842..97c2a0a7 100644 --- a/cargo/README.md +++ b/cargo/README.md @@ -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