bspline 0.1.2

A simple generic library for computing B-splines
Documentation
[package]
name = "bspline"
version = "0.1.2"
authors = ["Will Usher <will@willusher.io>"]

description = "A simple generic library for computing B-splines"
homepage = "https://github.com/Twinklebear/bspline"
documentation = "http://www.willusher.io/bspline/bspline/"
repository = "https://github.com/Twinklebear/bspline"
readme = "README.md"
keywords = ["curve", "spline", "b-spline"]
license = "MIT"

exclude = [
	".travis.yml",
	"./*.png",
	".gitignore",
]

[dev-dependencies]
image = "0.3.14"