[[bin]]
name = "decluster"
[dependencies.piston]
version = "0.53.1"
[dependencies.piston2d-graphics]
version = "0.42.0"
[dependencies.piston_window]
version = "0.123.0"
[dependencies.rand]
version = "0.8.5"
[package]
authors = ["Jonny Anderson <jonny@ail.im>"]
categories = ["algorithms"]
description = "Iteratively declusters and replaces a randomised set of 2D points to find the maximally distributed set."
edition = "2021"
keywords = ["nearest-neighbors", "decluster"]
license = "MIT"
name = "decluster"
readme = "README.md"
repository = "https://github.com/anderson-international/decluster"
resolver = "2"
version = "1.0.2"