Skip to content

Commit

Permalink
playing
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheeter committed Apr 27, 2023
1 parent fdddf5a commit 520e7eb
Show file tree
Hide file tree
Showing 2 changed files with 644 additions and 47 deletions.
2 changes: 2 additions & 0 deletions shape-brokkr/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ use thiserror::Error;
pub enum Error {
#[error("{1} {0:?}")]
InvalidPath(BezPath, String),
#[error("No curve contains significant movement")]
NoSignificantActivity,
}
Loading

0 comments on commit 520e7eb

Please sign in to comment.