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_wgpu feature is set by default whenever images_and_words is added without default-features = false somewhere in the dependency tree.

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 details

Enables webgl of wgpu ^26.0.1