Cargo Features

[dependencies]
murrelet_gpu = { version = "0.1.0", default-features = false, features = ["nannou", "no_nannou"] }
default = no_nannou

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

nannou = wgpu_for_nannou

Affects graphics_ref::DEFAULT_TEXTURE_FORMAT

no_nannou default = wgpu_for_latest

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.

wgpu_for_latest no_nannou

Enables wgpu ^0.20.1

wgpu_for_nannou nannou?

Enables wgpu ^0.17.1