Cargo Features

[dependencies]
ugm = { version = "0.0.1", default-features = false, features = ["gltf", "wgpu"] }
default = gltf

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

gltf default

Enables gltf

wgpu

Enables wgpu

Ugm has 3 features without comments.