Cargo Features
[dependencies]
bevy_lookup_curve = { version = "0.5.1", default-features = false, features = ["serialize", "ron", "bevy_reflect", "bevy_app", "bevy_asset", "bevy_egui", "editor_egui", "editor_bevy", "inspector-egui"] }
- default = bevy_reflect, editor_bevy
-
These default features are set whenever
bevy_lookup_curve
is added without
somewhere in the dependency tree.default-features = false - serialize ron?
- ron bevy_asset? = serialize
-
Enables ron and thiserror ^1.0
Affects
editor_egui::LookupCurveEguiEditor.ron_path
,bevy_lookup_curve::LookupCurveLoadError
,bevy_lookup_curve::LookupCurveSaveError
… - bevy_reflect default bevy_asset? inspector-egui?
-
Enables bevy_reflect, bevy_reflect of bevy_math, optional bevy_app, and optional bevy_ecs
- bevy_app bevy_asset? editor_bevy inspector-egui?
- bevy_asset editor_bevy inspector-egui? = bevy_app, bevy_reflect, ron
-
Enables bevy_asset
Affects
bevy_lookup_curve::asset
,bevy_lookup_curve::LookupCurvePlugin
… - bevy_egui editor_bevy inspector-egui?
-
Enables bevy_egui ^0.29, x11 of bevy_winit
- editor_egui editor_bevy inspector-egui?
-
Enables egui ^0.28
Affects
bevy_lookup_curve::editor
… - editor_bevy default = bevy_app, bevy_asset, bevy_ecs, bevy_egui, editor_egui
-
Affects
bevy_lookup_curve::LookupCurvePlugin
… - inspector-egui = bevy_app, bevy_asset, bevy_ecs, bevy_egui, bevy_reflect, editor_egui
-
Enables bevy-inspector-egui ^0.26.0 and egui_plot ^0.28
Affects
bevy_lookup_curve::LookupCurvePlugin
…
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.