mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-12-26 17:44:11 +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};
|
use crate::{BlueprintInfo, GameWorldTag, HideUntilReady, SpawnBlueprint};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user