Skip to content

Commit

Permalink
Increased version to tag pre-publish cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gammelalf committed Sep 27, 2022
1 parent b66fbc1 commit 56ffdab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nbezier"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
description = "Bezier curve library based on nalgebra"
Expand Down
3 changes: 1 addition & 2 deletions src/nbezier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
use nalgebra::allocator::Allocator;
use nalgebra::constraint::{DimEq, ShapeConstraint};
use nalgebra::dimension::{Const, Dim, DimAdd, DimDiff, DimSub, DimSum, U1, U2, U4};
use nalgebra::givens::GivensRotation;
use nalgebra::dimension::{Const, Dim, DimAdd, DimDiff, DimSub, DimSum, U1, U2};
use nalgebra::{DefaultAllocator, Matrix, OMatrix, OVector, Owned, RealField, Storage, Vector2};

use crate::bounding_box::BoundingBox;
Expand Down

0 comments on commit 56ffdab

Please sign in to comment.