vecmath 0.1.1

A simple and type agnostic library for vector math designed for reexporting
Documentation
[package]

name = "vecmath"
version = "0.1.1"
authors = ["bvssvni <bvssvni@gmail.com>"]
keywords = ["vecmath", "math", "vector", "matrix", "piston"]
description = "A simple and type agnostic library for vector math designed for reexporting"
license = "MIT"
readme = "README.md"
repository = "https://github.com/pistondevelopers/vecmath.git"
homepage = "https://github.com/pistondevelopers/vecmath"

[lib]

name = "vecmath"
path = "src/lib.rs"

[dependencies]
piston-float = "0.1.0"