Cargo Features
[dependencies]
bevy_simple_text_input = { version = "0.11.0", default-features = false, features = ["std", "libm"] }
- default = std
-
The
std
feature is set by default wheneverbevy_simple_text_input
is added without
somewhere in the dependency tree.default-features = false - std default
-
bevy:
Allows access to the
std
crate. - libm
-
bevy:
Uses the
libm
maths library instead of the one provided instd
andcore
.
bevy_simple_text_input has 3 features without comments.