lyon_geom 0.16.0

2D quadratic and cubic bézier arcs and line segment math on top of euclid.
Documentation
[dependencies.arrayvec]
version = "0.5"

[dependencies.euclid]
version = "0.22.0"

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1.0"

[features]
serialization = ["serde", "euclid/serde"]

[lib]
name = "lyon_geom"

[package]
authors = ["Nicolas Silva <nical@fastmail.com>"]
description = "2D quadratic and cubic bézier arcs and line segment math on top of euclid."
documentation = "https://docs.rs/lyon_geom/"
edition = "2018"
keywords = ["2d", "graphics", "bezier", "geometry"]
license = "MIT/Apache-2.0"
name = "lyon_geom"
repository = "https://github.com/nical/lyon"
version = "0.16.0"