Cargo Features
[dependencies]
kornia-linalg = { version = "0.1.9", default-features = false, features = ["std", "libm"] }
- default = std
-
The
std
feature is set by default wheneverkornia-linalg
is added without
somewhere in the dependency tree.default-features = false - std default
-
glam:
enable support for the standard library
- libm
-
glam:
enables libm and prefers it over std
kornia-linalg has 3 features without comments.