Cargo Features
edger_bevy has no features set by default.
[dependencies]
edger_bevy = { version = "0.5.0", features = ["all", "native", "web", "shape", "view", "egui", "assets"] }
- default
-
These default features are set whenever
edger_bevy
is added without
somewhere in the dependency tree.default-features = false Enables bevy_asset, bevy_gltf, bevy_render, bevy_sprite, bevy_text, bevy_winit and png of bevy ^0.14.0
- all = assets, egui, native, shape, view
- native all?
-
Enables wayland and x11 of bevy ^0.14.0
- web
-
Enables webgl2 of bevy ^0.14.0
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 ^0.21.0
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.