Crates.io | playdate-scoreboards |
lib.rs | playdate-scoreboards |
version | 0.1.3 |
source | src |
created_at | 2023-09-10 16:34:38.609467 |
updated_at | 2024-07-13 08:14:07.328057 |
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,847 |
High-level scoreboards API built on-top of playdate-sys.
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.