cargo fmt and removed the unessecary examples.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
use bevy::{ecs::component::Component, math::bool, prelude::{Deref, DerefMut}};
|
||||
use bevy::{
|
||||
ecs::component::Component,
|
||||
math::bool,
|
||||
prelude::{Deref, DerefMut},
|
||||
};
|
||||
|
||||
#[repr(transparent)]
|
||||
#[derive(Clone, Copy, Component, Debug,DerefMut,Deref)]
|
||||
#[derive(Clone, Copy, Component, Debug, DerefMut, Deref)]
|
||||
pub struct HandBoneRadius(pub f32);
|
||||
|
||||
#[repr(u8)]
|
||||
|
||||
Reference in New Issue
Block a user