Cargo Features
[dependencies]
bones_bevy_renderer = { version = "0.4.0", default-features = false, features = ["webgl2"] }
- default = webgl2
-
The
webgl2
feature is set by default wheneverbones_bevy_renderer
is added without
somewhere in the dependency tree.default-features = false - 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.