| Crates.io | playdate-scoreboards |
| lib.rs | playdate-scoreboards |
| version | 0.1.7 |
| created_at | 2023-09-10 16:34:38.609467+00 |
| updated_at | 2025-03-19 17:21:44.866963+00 |
| description | High-level Scoreboards API built on-top of Playdate API |
| homepage | https://github.com/boozook/playdate |
| repository | https://github.com/boozook/playdate.git |
| max_upload_size | |
| id | 968906 |
| size | 42,946 |
High-level scoreboards API built on-top of playdate-sys.
⚠️ Prior to the version 1.0 API is unstable and can be changed without deprecation period.
use playdate_scoreboards::*;
use playdate_sys::println;
let scoreboards = Scoreboards::Cached();
scoreboards.get_scoreboards(|boards| {
println!("{boards:?}");
});
This software is not sponsored or supported by Panic.