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 wheneverplaydate-sys-mock
is added without
somewhere in the dependency tree.default-features = false - 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.