Skip to content

Commit bf44234

Browse files
authored
Fix gizmos_render feature typo (#21734)
# Objective Fix gizmos_render feature typo ## Solution Use bevy_gizmos_render instead of bevy_gizmos feature
1 parent c6cb7c4 commit bf44234

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_internal/src

1 file changed

+1
-1
lines changed

crates/bevy_internal/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub use bevy_feathers as feathers;
4545
pub use bevy_gilrs as gilrs;
4646
#[cfg(feature = "bevy_gizmos")]
4747
pub use bevy_gizmos as gizmos;
48-
#[cfg(feature = "bevy_gizmos")]
48+
#[cfg(feature = "bevy_gizmos_render")]
4949
pub use bevy_gizmos_render as gizmos_render;
5050
#[cfg(feature = "bevy_gltf")]
5151
pub use bevy_gltf as gltf;

0 commit comments

Comments
 (0)