[package]
edition = "2024"
name = "playdate-callback"
version = "0.0.0"
authors = ["Alex Koz <a@koz.email>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Callback-related utils for Playdate API."
homepage = "https://github.com/boozook/playdate"
readme = "README.md"
keywords = [
"playdate",
"gamedev",
"callback",
"closure",
"cffi",
]
categories = [
"game-development",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/boozook/playdate.git"
[package.metadata.docs.rs]
all-features = true
[badges.maintenance]
status = "actively-developed"
[lib]
name = "playdate_callback"
path = "_"