Skip to content

Commit

Permalink
release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shuoli84 committed Mar 20, 2023
1 parent 7e2187d commit 28be5c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "poly2tri-rs"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "An idiomatic and fast Constrained Delaunay Triangulation library"
repository = "https://github.com/shuoli84/poly2tri-rs"
license = "MIT OR Apache-2.0"
keywords = ["triangulation", "mesh"]

[dependencies]
thiserror = "1.0"
Expand Down

0 comments on commit 28be5c9

Please sign in to comment.