-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Metadata & manifest-builder refactoring (#366)
* metadata refactoring, add cargo-targets tables that overrides main manifest' fields * tests, improvements, minimal validation * Fix possible recursion in env resolver, remove panic on missed var * Add sources: unit-graph and full metadata by host cargo, * use new manifest builder from `playdate-build` pre-0.4 * little `cargo-playdate` refactoring 🥵 * env-resolver: remove panic on missed var (missed part) * Apply clippy suggestions Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * add targets, improve validation for crate-level source * update deps and rust toolchain * simplification, get rid of `Package` dep in layout * Apply clippy suggestions Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix totally ignored assets * improve deserialisation of legacy and error for `AssetsRules` * fix missed feature-gate * fix `AssetsRules` again * improve deserialisation and errors * upd deps * parametrize strings in metadata format * reduce usage of `Package` where only `PackageId` needed * set correct version * allow use other strings * deps: downgraded clang-sys v1.8.2 -> v1.8.1 * improve `CrateInfoSource` * add draft for meta-tree (unit-graph + metadata) * apply clippy suggestions Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
08b7591
commit 88781e2
Showing
36 changed files
with
4,042 additions
and
1,246 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.