Cargo Features

[dependencies]
kornia-linalg = { version = "0.1.9", default-features = false, features = ["std", "libm"] }
default = std

The std feature is set by default whenever kornia-linalg 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

glam:

enables libm and prefers it over std

kornia-linalg has 3 features without comments.