mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-12-26 01:24:10 +00:00
Fix: Avoid publicly re-exporting bevy::prelude
This commit is contained in:
parent
f5a502a2db
commit
0e51ff893a
@ -1,4 +1,4 @@
|
||||
pub use bevy::prelude::*;
|
||||
pub(crate) use bevy::prelude::*;
|
||||
|
||||
use crate::{BlueprintInfo, GameWorldTag, HideUntilReady, SpawnBlueprint};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user