Skip to content

Releases: csun/voronoi-go-rs

Release list

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 08:59

Install

With a Rust toolchain — binstall downloads the archives below,
install builds from source:

cargo binstall voronoi-go-engine@1.0.1
cargo install voronoi-go-engine@1.0.1

Without one:

curl -fsSL https://github.com/csun/voronoi-go-rs/releases/download/v1.0.1/install.sh \
  | VORONOI_GO_VERSION=v1.0.1 sh

That pins this release. For whatever is newest instead:

curl -fsSL https://raw.githubusercontent.com/csun/voronoi-go-rs/main/install.sh | sh

For the in-process Python bindings, or as a Rust dependency:

pip install voronoi-go==1.0.1
cargo add voronoi-go@1.0.1

Every archive below is listed in SHA256SUMS, which the installer
checks before it puts anything on your PATH. To check by hand:

sha256sum --check --ignore-missing SHA256SUMS

Full Changelog: https://github.com/csun/voronoi-go-rs/commits/v1.0.1