[package]
edition = "2021"
name = "playdate-sys-mock"
version = "0.0.0"
authors = ["Alex Koz <a@koz.email>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime mock for testing playdate-sys and dependent crates. Contains own bindings until it fully covers & implements the full functionality of the Playdate's runtime."
homepage = "https://github.com/boozook/playdate"
readme = "README.md"
keywords = [
"playdate",
"gamedev",
"mock",
"test",
]
categories = [
"development-tools::testing",
"external-ffi-bindings",
"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"
[features]
default = ["executor"]
executor = []
sim = []
std = []
[lib]
name = "playdate_sys_mock"
path = "src/lib.rs"
[dependencies]