Cargo Features

[dependencies]
playdate-sys-mock = { version = "0.0.0", default-features = false, features = ["executor", "sim", "std"] }
default = executor

The executor feature is set by default whenever playdate-sys-mock is added without default-features = false somewhere in the dependency tree.

executor default

Entrypoint which is executes playdate entrypoint. Supports miri.

sim

Mock structure as it is by simulator, simulating simulator environment.

std

Use std for threads, print, etc. Otherwise has limited functionality with alloc only.