[dependencies.arrayref]
version = "0.3.6"
[dependencies.bytemuck]
version = "1.4"
[dependencies.libm]
optional = true
version = "0.2.1"
[dependencies.strict-num]
default-features = false
version = "0.1"
[features]
default = ["std"]
no-std-float = ["libm"]
std = []
[package]
authors = ["Ruixian Zhu <zhurx4w@gmail.com>"]
categories = ["graphics"]
description = "Bezier path implementation"
documentation = "https://docs.rs/ressa/"
edition = "2018"
keywords = ["graphics", "bezier", "path", "dash", "stroke"]
license = "BSD-3-Clause"
name = "ressa-path"
readme = "README.md"
repository = "https://github.com/stellar-os/ressa"
version = "0.0.1"