Cargo Features
[dependencies]
ribir_gpu = { version = "0.4.0-alpha.14", default-features = false, features = ["wgpu"] }
- default = wgpu
-
The
wgpu
feature is set by default wheneverribir_gpu
is added without
somewhere in the dependency tree.default-features = false - wgpu default = futures
-
Enables wgpu ^0.20.0
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.