Cargo Features
[dependencies]
i_float = { version = "1.13.0", default-features = false, features = ["core", "float_pt", "glam", "bin_key"] }
- default = core
-
The
core
feature is set by default wheneveri_float
is added without
somewhere in the dependency tree.default-features = false - core default = float_pt
-
Affects
i_float::fix_angle
,i_float::fix_float
,i_float::fix_vec
,i_float::triangle
,i_float::u128
,i_float::int
,i_float::adapter
,float::number
,float::compatible
,i_float::float
… - float_pt core
-
Affects
float::number
,float::compatible
,i_float::float
… - glam
-
Enables glam
Affects
integration::glam
… - bin_key
-
Enables i_key_sort
Affects
integration::bin_key
…