Cargo Features

edger_bevy has no features set by default.

[dependencies]
edger_bevy = { version = "0.4.0", features = ["all", "native", "web", "shape", "view", "egui", "assets"] }
default

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

Enables bevy_asset, bevy_gltf, bevy_render, bevy_sprite, bevy_text, bevy_winit and png of bevy

all = assets, egui, native, shape, view
native all?

Enables wayland and x11 of bevy

web

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.

shape all? = edger_bevy_shape

Enables shape of optional edger_bevy_view

view all? = edger_bevy_view

Affects edger_bevy::view

egui all? = edger_bevy_egui
assets all? = bevy_asset_loader

Enables standard_dynamic_assets of bevy_asset_loader

Affects state::AppState.assets, edger_bevy::assets

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.

edger_bevy_shape shape?
edger_bevy_view view?
edger_bevy_egui egui?
bevy_asset_loader assets?