Voronoi Display

This project generates a veronoi diagram and then saves it to a svg file.

Usage

cargo run -- -s {number of sites} -o {output file}

or (for default settings):

cargo run