We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6cb7c4 commit bf44234Copy full SHA for bf44234
crates/bevy_internal/src/lib.rs
@@ -45,7 +45,7 @@ pub use bevy_feathers as feathers;
45
pub use bevy_gilrs as gilrs;
46
#[cfg(feature = "bevy_gizmos")]
47
pub use bevy_gizmos as gizmos;
48
-#[cfg(feature = "bevy_gizmos")]
+#[cfg(feature = "bevy_gizmos_render")]
49
pub use bevy_gizmos_render as gizmos_render;
50
#[cfg(feature = "bevy_gltf")]
51
pub use bevy_gltf as gltf;
0 commit comments