Releases: csun/voronoi-go-rs
Releases · csun/voronoi-go-rs
Release list
v1.0.1
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.1Without one:
curl -fsSL https://github.com/csun/voronoi-go-rs/releases/download/v1.0.1/install.sh \
| VORONOI_GO_VERSION=v1.0.1 shThat pins this release. For whatever is newest instead:
curl -fsSL https://raw.githubusercontent.com/csun/voronoi-go-rs/main/install.sh | shFor the in-process Python bindings, or as a Rust dependency:
pip install voronoi-go==1.0.1
cargo add voronoi-go@1.0.1Every 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 SHA256SUMSFull Changelog: https://github.com/csun/voronoi-go-rs/commits/v1.0.1