Cargo Features
[dependencies]
images_and_words = { version = "0.1.0", default-features = false, features = ["backend_wgpu", "app_window", "logwise_internal", "wgpu_webgl"] }
- default = backend_wgpu
-
The
backend_wgpufeature is set by default wheneverimages_and_wordsis added withoutsomewhere in the dependency tree.default-features = false - backend_wgpu default
-
Enables wgpu ^26.0.1
used for wgpu backend
- app_window
-
Enables app_window
optional
Affects
context::WGPU_STRATEGY,context::WGPU_SURFACE_STRATEGY… - logwise_internal
- wgpu_webgl
-
Enables WebGL backend for wgpu backend
See documentation for more detailsEnables webgl of wgpu ^26.0.1