kurbo 0.2.0

A 2D curves library
Documentation
[package]
name = "kurbo"
version = "0.2.0"
authors = ["Raph Levien <raph.levien@gmail.com>"]
license = "MIT/Apache-2.0"
edition = "2018"
keywords = ["graphics", "curve", "curves", "bezier", "geometry"]
repository = "https://github.com/linebender/kurbo"
description = "A 2D curves library"
readme = "README.md"
# The category should be "graphics", but this doesn't exist yet
# https://github.com/rust-lang/crates.io/pull/1582

[package.metadata.docs.rs]
features = ["mint"]

[dependencies]
arrayvec = "0.4.10"

[dependencies.mint]
version = "0.5.1"
optional = true

# This is used for research but not really needed; maybe refactor.
[dev-dependencies]
rand = "0.6"