Cargo Features

[dependencies]
kaldera = { version = "0.1.0", default-features = false, features = ["with-nalgebra", "with-gltf"] }
default = with-gltf, with-nalgebra

These default features are set whenever kaldera is added without default-features = false somewhere in the dependency tree.

with-nalgebra default = nalgebra-glm
with-gltf default = gltf

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

nalgebra-glm with-nalgebra

Enables nalgebra-glm ^0.7.0

gltf with-gltf

Enables gltf ^0.15.2