Cargo Features
[dependencies]
krh_earcut = { version = "0.1.0", default-features = false, features = ["std", "libm"] }
- default = std
-
The
std
feature is set by default wheneverkrh_earcut
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of glam ^0.27.0
glam:
enable support for the standard library
- libm
-
Enables libm of glam ^0.27.0
krh_earcut has 3 features without comments.