Cargo Features

[dependencies]
bones_bevy_renderer = { version = "0.4.0", default-features = false, features = ["webgl2"] }
default = webgl2

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

webgl2 default

Enables webgl2 of bevy ^0.11

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.

BonesBevyRenderer has 2 features without comments.