Skip to content

Commit

Permalink
Build without cargo's build-plan and build-ctx, just unit-tree (#385)
Browse files Browse the repository at this point in the history
* reduce `Package` usage where just `PackageId` is necessary,
also various small fixes

* remove unnecessary lifetimes

* build without cargo's build-plan or build-ctx
  • Loading branch information
boozook authored Jun 15, 2024
1 parent a69b41a commit 5e24b36
Show file tree
Hide file tree
Showing 11 changed files with 652 additions and 263 deletions.
32 changes: 19 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-playdate"
version = "0.5.0-beta.5"
version = "0.5.0-beta.6"
readme = "README.md"
description = "Build tool for neat yellow console."
keywords = ["playdate", "build", "cargo", "plugin", "cargo-subcommand"]
Expand Down
Loading

0 comments on commit 5e24b36

Please sign in to comment.