playdate-scoreboards 0.1.2

High-level Scoreboards API built on-top of Playdate API
docs.rs failed to build playdate-scoreboards-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: playdate-scoreboards-0.0.0

Scoreboards API for PlayDate

High-level scoreboards API built on-top of playdate-sys.

Usage

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.