Cargo Features

[dependencies]
ribir_gpu = { version = "0.3.0-alpha.5", default-features = false, features = ["wgpu"] }
default = wgpu

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

wgpu default = futures

Enables wgpu ^0.19.3

Affects ribir_gpu::wgpu_impl

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.

futures wgpu