nbez 0.1.0

An n-dimensional/n-order Bézier curve library
Documentation
[dependencies]
num-traits = "0.1"

[dev-dependencies]
gfx = "0.11.0"
gfx_window_glutin = "0.11.0"
glutin = "0.5.0"

[package]
authors = ["Osspial <osspial@gmail.com>"]
build = "build.rs"
description = "An n-dimensional/n-order Bézier curve library"
documentation = "http://osspial.github.io/nbez-rs/nbez/index.html"
keywords = ["bezier", "curve", "spline"]
license = "Apache-2.0"
name = "nbez"
readme = "./README.md"
repository = "https://github.com/Osspial/nbez-rs"
version = "0.1.0"