Cargo Features

[dependencies]
krh_earcut = { version = "0.1.0", default-features = false, features = ["std", "libm"] }
default = std

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

std default

Enables std of glam

glam:

enable support for the standard library

libm

Enables libm of glam

krh_earcut has 3 features without comments.