From 28be5c9c7465eb541363ccaa5094dce4ac7bec62 Mon Sep 17 00:00:00 2001 From: shuo Date: Mon, 20 Mar 2023 14:49:07 +0800 Subject: [PATCH] release 0.1.2 --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a7dd947..1d965b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"