simplicity 0.4.2

Implementation of simulation of simplicity (https://arxiv.org/pdf/math/9410209.pdf)
Documentation
[package]
name = "simplicity"
version = "0.4.2"
authors = ["Joshua Ani <josh4820@gmail.com>"]
edition = "2018"
description = "Implementation of simulation of simplicity (https://arxiv.org/pdf/math/9410209.pdf)"
license = "MIT"
keywords = ["geometry"]
categories = ["mathematics"]
repository = "https://github.com/josh65536/simplicity"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
robust-geo = "0.1.7"
nalgebra = "0.24.0"
simplicity_derive = { version = "0.2.0", path = "simplicity_derive" }

[dev-dependencies]
test-case = "1.1.0"