Registry / other / playdate-system

playdate-system

JSON →
library0.3.16rscratesunverified

High-level System API built on-top of Playdate API.

# Cargo.toml [dependencies] playdate-system = "0.3.16"
INSTALL
IMPORT
SIG · PLAYDATE-SYSTEM
P
playdate-system
otherrustv0.3.16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

System
use playdate_system::System;

Initializes the Playdate system API.

use playdate_system::System; fn main() { let system = System::new(); println!("Playdate system initialized"); }
Debug
Known issues
gotchaOnly works on Playdate hardware or simulator.
fix
Ensure you are targeting the Playdate platform with the appropriate toolchain.
affects: >=0.1.0
Upgrade
Version history
0.3.16latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
playdate-system — cargo add playdate-system · libregistry