Cargo Features
[dependencies]
ui-input-state = { version = "0.3.0", default-features = false, features = ["std", "libm"] }
- default = std
-
The
stdfeature is set by default wheneverui-input-stateis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of dpi and ui-events
dpi:
Access mathematical functions using the standard library implementations
- libm
ui-input-state has 3 features without comments.