Cargo Features
[dependencies]
murrelet_gpu = { version = "0.1.1", default-features = false, features = ["nannou", "no_nannou"] }
- default = no_nannou
-
The
no_nannou
feature is set by default whenevermurrelet_gpu
is added without
somewhere in the dependency tree.default-features = false - nannou = wgpu_for_nannou
-
Affects
graphics_ref::DEFAULT_TEXTURE_FORMAT
,graphics_ref::DEFAULT_LOADED_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