[dependencies.num-traits]
default-features = false
features = ["libm"]
version = "^0.2"
[dependencies.tinyvec]
version = "1.1.1"
[dev-dependencies.plotters]
version = "^0.3.0"
[package]
authors = ["Dorian Prill"]
autoexamples = false
description = "A zero-allocation library providing const-generic \n implementations of Bézier curves, B-Spline curves \n and specialized implementations of up to cubic Bézier \n curves in N-dimensional euclidean space. It is intended \n for general/embedded/wasm use supporting #![no_std] \n environments written in 100% safe Rust."
edition = "2018"
exclude = ["*.png", "examples/*", ".github/*", ".gitignore", ".vscode/*"]
keywords = ["point", "bezier", "spline", "graphics", "path"]
license = "MIT"
name = "stroke"
readme = "README.md"
repository = "https://github.com/dorianprill/stroke-rs"
version = "0.1.0"