Skip to content

Commit

Permalink
Upgrade version to 0.1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattatz committed May 1, 2024
1 parent c3ad4b4 commit 59f37e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "curvo"
version = "0.1.5"
version = "0.1.6"
authors = ["Masatatsu Nakamura <masatatsu.nakamura@gmail.com"]
edition = "2021"
keywords = ["nurbs", "modeling", "graphics", "3d"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The modeling operations for NURBS surfaces supported by this library currently i

- [x] Extrude
- [x] Loft
- [ ] Sweep
- [x] Sweep
- [ ] Revolve

I also plan to implement features for finding the nearest points on surfaces (already implemented for curves), as well as dividing them based on arc lengths.
Expand Down

0 comments on commit 59f37e7

Please sign in to comment.