lyon_geom 0.10.0

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

[lib]
name = "lyon_geom"

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

[dependencies]
euclid = "0.17.0"
arrayvec = "0.4"
num-traits = "0.1.40"
serde = {version = "1.0", optional = true, features = ["serde_derive"] }