use bevy_inspector_egui::Inspectable; use crate::turtle::Precision; #[derive(Inspectable, Default, Copy, Clone, Debug)] pub struct Length(pub Precision);