Skip to content

Commit

Permalink
playing
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheeter committed Apr 21, 2023
1 parent 6a00e6c commit a3dc226
Show file tree
Hide file tree
Showing 2 changed files with 630 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 a3dc226

Please sign in to comment.