Cargo Features
playdate-scoreboards has no features set by default.
[dependencies]
playdate-scoreboards = { version = "0.1.3", features = ["bindgen-runtime", "bindgen-static", "bindings-derive-debug"] }
- default
-
These default features are set whenever
playdate-scoreboards
is added without
somewhere in the dependency tree.default-features = false Enables 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