Cargo Features

[dependencies]
bevy_bones3 = { version = "0.4.0", default-features = false, features = ["meshing", "worldgen"] }
default = meshing, worldgen

These default features are set whenever bevy_bones3 is added without default-features = false somewhere in the dependency tree.

meshing default = bones3_remesh

Enables bevy_asset, bevy_pbr, bevy_render, ktx2, tonemapping_luts, x11 and zstd of bevy ^0.11.0, meshing of optional bones3_worldgen

worldgen default = bones3_worldgen

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bones3_remesh meshing
bones3_worldgen worldgen