We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321ae84 commit b91e785Copy full SHA for b91e785
content/news/052/index.md
@@ -82,7 +82,7 @@ If needed, a section can be split into subsections with a "------" delimiter.
82
is the large set of crates with bindings, toolset for the full cycle of creating games for the [Playdate handheld console][playdate].
83
84
Big part of the Rusty Playdate project is the `cargo-playdate` tool ([Crates.io][cargo-playdate crates-io], [GitHub][cargo-playdate gh])
85
-that helps to build game for [Playdate] hardware or simulator. It works as cargo-plugin as well as stanalone.
+that helps to build game for [Playdate] hardware or simulator. It works as cargo-plugin as well as standalone.
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:
0 commit comments