Cargo Features

bevy_pipelines_ready has no features set by default.

[dependencies]
bevy_pipelines_ready = { version = "0.4.0", features = ["webgl2", "webgpu"] }
webgl2

Enables webgl2 of bevy

bevy:

Enable some limitations to be able to use WebGL2. Please refer to the WebGL2 and WebGPU section of the examples README for more information on how to run Wasm builds with WebGPU.

webgpu

Enables webgpu of bevy

bevy:

Enable support for WebGPU in Wasm. When enabled, this feature will override the webgl2 feature and you won't be able to run Wasm builds with WebGL2, only with WebGPU.

bevy_pipelines_ready has 2 features without comments.