Cargo Features

playdate-system has no features set by default.

[dependencies]
playdate-system = { version = "0.3.11", features = ["try-trait-v2", "bindgen-runtime", "bindgen-static", "bindings-derive-debug"] }
default

These default features are set whenever playdate-system is added without default-features = false somewhere in the dependency tree.

Enables playdate-sys

try-trait-v2

impl FromResidual for UpdateCtrl

Enables try-trait-v2 of playdate-sys

bindgen-runtime

playdate-sys features, should be shared because it's build configuration:

Enables bindgen-runtime of playdate-sys

bindgen-static

Enables bindgen-static of playdate-sys

playdate-sys:

static linking to clang

bindings-derive-debug

Enables bindings-derive-debug of playdate-sys

playdate-sys:

ask bindgen to derive Debug