🎉 Rusty Playdate Update!
Crate updated: playdate-symbolize v0.2.0
Fixed `pd-symbolize-crashlog` register decoder. Now it properly decodes all available registers such as PSR, CFSR, HSFR.
🦀 Rusty Playdate Project
This is personal human-driven account, with automated major release notification authored by CI.
| API Crate | https://lib.rs/crates/playdate |
| Tool Crate | https://lib.rs/crates/cargo-playdate |
| [Matrix] | https://matrix.to/#/#playdate:matrix.org |
🎉 Rusty Playdate Update!
Crate updated: playdate-symbolize v0.2.0
Fixed `pd-symbolize-crashlog` register decoder. Now it properly decodes all available registers such as PSR, CFSR, HSFR.
🎉 Rusty Playdate Update!
New release published: 2024.06.18
🎉 Rusty Playdate Update!
Crate updated: cargo-playdate v0.5.0
Changes shortly:
- support of target auto-discovery
- metadata & manifest-builder:
- target specific package info, overrides for cargo-targets like `bin` and `example` using new table `[[package.metadata.playdate.bin]]`
- `package.metadata.playdate.options` inheritance by `workspace.metadata`
- fixed: appliance of `options.assets` assets of deps packaging, incremental builds
🎉 Rusty Playdate Update!
Crates updated:
1. playdate-build-utils: v0.3.3
2. playdate-device: v0.2.11
3. playdate-tool: v0.3.6
4. cargo-playdate: v0.5.0-pre.2
🎉 Rusty Playdate Update!
Crates updated:
1. playdate-build: v0.4.0
2. cargo-playdate: v0.5.0-pre.1
#Rust picks of the day:
➡️ @rust - Official account of the Rust programming language
➡️ @andybalaam (videos) & @andy (livestream) - In-depth tutorial videos about programming, especially Rust
➡️ @rust - Unofficial account posting Rust tips
➡️ @rust - Unofficial posts about rust news
➡️ @GodotRust - Bindings for Godot engine to Rust language
➡️ @rust_gamedev - Curated feed about game development in Rust
➡️ @playdaters - FOSS API & build tools in Rust for Playdate games console
🧵 1/3
🎉 Rusty Playdate Update!
Crate updated: playdate-system v0.3.13
Thanks @paulyoung for added example.
Please try new beta. I have no tests for all possible cases which are infinitely many, so I need some approvals to publish v0.5. I modestly hope that this beta is the last before release.
🎉 Rusty Playdate Update!
Crate updated: cargo-playdate v0.5.0-beta.6
Changes:
- build without cargo's build-plan or build-ctx, which means that cargo-playdate now doesn't touch the cargo's caches and it speeds up the build a lot, i.e. it doesn't cancel incremental build!