Cargo Features

BigSpace has no features set by default.

[dependencies]
big_space = { version = "0.9.1", features = ["debug", "camera"] }
debug = bevy_color, bevy_gizmos

Affects big_space::debug

camera = bevy_input, bevy_render, bevy_time

Affects big_space::camera

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.

bevy_color debug?

Enables bevy_color

Optional

bevy_gizmos debug?
bevy_render camera?

Affects bundles::BigSpatialBundle.visibility, bundles::BigSpatialBundle.inherited, bundles::BigSpatialBundle.view, bundles::BigGridBundle.visibility, bundles::BigSpaceRootBundle.visibility

bevy_input camera?
bevy_time camera?