[package]
name = "robust"
version = "1.1.0"
description = "Robust adaptive floating-point predicates for computational geometry"
authors = [
"The Spade Developers",
"The GeoRust Developers",
]
homepage = "https://github.com/georust/robust"
repository = "https://github.com/georust/robust"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["geometry", "robustness", "stability"]
categories = ["algorithms", "graphics", "science::geo"]
[dependencies]
ieee754 = { version = "0.2", optional = true }
[features]
no_std = ["ieee754"]
[dev-dependencies]
png = "0.16.7"
float_extras = "0.1.6"