Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eadf committed Mar 25, 2021
1 parent c13595a commit 1b825b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "boostvoronoi"
version = "0.6.0"
version = "0.7.0"
authors = ["eadf"]
edition = "2018"
description = "Boost voronoi ported to 100% rust"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Documentation](https://docs.rs/boostvoronoi/badge.svg)](https://docs.rs/boostvoronoi)
[![Workflow](https://github.com/eadf/boostvoronoi.rs/workflows/Rust/badge.svg)](https://github.com/eadf/boostvoronoi.rs/workflows/Rust/badge.svg)
[![Workflow](https://github.com/eadf/boostvoronoi.rs/workflows/Clippy/badge.svg)](https://github.com/eadf/boostvoronoi.rs/workflows/Clippy/badge.svg)
[![dependency status](https://deps.rs/crate/boostvoronoi/0.6.0/status.svg)](https://deps.rs/crate/boostvoronoi/0.6.0)
[![dependency status](https://deps.rs/crate/boostvoronoi/0.7.0/status.svg)](https://deps.rs/crate/boostvoronoi/0.7.0)

# Segmented Voronoi for Rust
[Boost 1.75.0 polygon::voronoi](https://www.boost.org/doc/libs/1_75_0/libs/polygon/doc/voronoi_main.htm) ported to 100% rust.
Expand Down

0 comments on commit 1b825b4

Please sign in to comment.