Skip to content

Commit 321ae84

Browse files
committed
fixes
1 parent cfa36b9 commit 321ae84

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

content/news/052/index.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,18 @@ If needed, a section can be split into subsections with a "------" delimiter.
7878

7979
### [Rusty Playdate]
8080

81-
<!-- TODO: add neat image here -->
82-
![The Playdate console](playdate.png)
83-
_The Playdate console_
84-
8581
[Rusty Playdate] ([GitHub][Rusty Playdate], [Mastodon][Rusty Playdate Masto]) by [@boozook](https://github.com/boozook)
8682
is the large set of crates with bindings, toolset for the full cycle of creating games for the [Playdate handheld console][playdate].
8783

8884
Big part of the Rusty Playdate project is the `cargo-playdate` tool ([Crates.io][cargo-playdate crates-io], [GitHub][cargo-playdate gh])
8985
that helps to build game for [Playdate] hardware or simulator. It works as cargo-plugin as well as stanalone.
90-
The tool not only manages the compilation of your program, but also builds assets for the crate and __its dependencies__, generates a manifest, and assembles it all into a bundle that runs on the device or simulator.
91-
In this month cargo-playdate v0.5 has beed [released][Rusty Playdate Release] and received massive refactoring, bugfixes and new features:
86+
The tool not only manages the compilation of your program, but also builds assets for the crate and __its dependencies__, generates a manifest,
87+
and assembles it all into a bundle that runs on the device or simulator.
88+
In this month cargo-playdate v0.5 has been [released][Rusty Playdate Release] and received massive refactoring, bugfixes and new features:
9289
- support of [cargo's auto-targets][cargo-target-auto-discovery] _(targets such as `bin` or `example` that isn't declared in the Cargo.toml)_
9390
- [target-specific package-info][pdb-pdxinfo-override] inheritance by main package-info
9491
- `package.metadata.playdate.options` inheritance by `workspace.metadata`
95-
- incremental builds now works as should - fixed an old problem where the tool corrupts cargo's cache, so triggering full rebuild
92+
- incremental builds now works as should - fixed an old problem where the tool corrupts cargo's cache, so triggering full rebuild
9693

9794
<!-- Note, "target" above means cargo-target (lib, bin, example, etc..), not a rustc/llvm-target/compile-kind/target-triple -->
9895

0 commit comments

Comments
 (0)