This commit is contained in:
Jaroslaw Konik 2025-05-25 13:38:43 +02:00
parent 822cf12d59
commit 0da69454c7
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
use bevy::{
asset::Asset,
ecs::{component::Component, entity::Entity, resource::Resource, schedule::ScheduleLabel},
log,
math::Vec3,
reflect::TypePath,
};

View file

@ -3,7 +3,6 @@ use std::fmt::Debug;
use bevy::{
asset::Asset,
ecs::{component::Component, entity::Entity, resource::Resource, schedule::ScheduleLabel},
log,
math::Vec3,
reflect::TypePath,
};