matrixstack 0.1.1

A simple pushdown matrix stack using cgmath matrices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "matrixstack"
version = "0.1.1"
authors = ["Mark Hintz <markinportland7@gmail.com>"]
license = "MIT"
description = "A simple pushdown matrix stack using cgmath matrices"
repository = "https://github.com/mhintz/matrixstack-rs"
readme = "README.md"
keywords = ["matrix", "stack", "cgmath"]

[dependencies]
cgmath = "0.8.0"
num = "0.1"