Cargo Features

[dependencies]
ui-input-state = { version = "0.3.0", default-features = false, features = ["std", "libm"] }
default = std

The std feature is set by default whenever ui-input-state is added without default-features = false somewhere in the dependency tree.

std default

Enables std of dpi and ui-events

dpi:

Access mathematical functions using the standard library implementations

libm

Enables libm of ui-events

ui-input-state has 3 features without comments.