Skip to content

Commit

Permalink
chore: add back Debug impl for VelloBezPath
Browse files Browse the repository at this point in the history
  • Loading branch information
nixon-voxell authored Jun 10, 2024
1 parent bf88e90 commit 7072c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bezpath.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7072c19

Please sign in to comment.