matrixstack 0.1.4

A simple pushdown matrix stack using cgmath matrices
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]
cgmath = "^0.10.0"
num-traits = "0.1"

[package]
authors = ["Mark Hintz <markinportland7@gmail.com>"]
description = "A simple pushdown matrix stack using cgmath matrices"
keywords = ["matrix", "stack", "cgmath"]
license = "MIT"
name = "matrixstack"
readme = "README.md"
repository = "https://github.com/mhintz/matrixstack-rs"
version = "0.1.4"