diff --git a/src/bezpath.rs b/src/bezpath.rs index c32e26a..613857f 100644 --- a/src/bezpath.rs +++ b/src/bezpath.rs @@ -4,7 +4,7 @@ use bevy_vello::prelude::*; use super::VelloVector; /// Vello Bézier path component. -#[derive(Component, Clone)] +#[derive(Component, Debug, Clone)] pub struct VelloBezPath { pub path: kurbo::BezPath, pub trace: f32,