Cargo Features
[dependencies]
bevy_ghx_utils = { version = "0.4.1", default-features = false, features = ["pan-orbit-camera"] }
- default = pan-orbit-camera
-
The
pan-orbit-camera
feature is set by default wheneverbevy_ghx_utils
is added without
somewhere in the dependency tree.default-features = false - pan-orbit-camera default
-
A 3d pan orbit camera
Enables bevy_core_pipeline and bevy_render of bevy
Affects
bevy_ghx_utils::camera
…