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 whenever i_float is added without default-features = false somewhere in the dependency tree.

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