gml 1.0.1

Graphics Math Library. Generic Vector and Matrix Math library targetting graphics applications.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "gml"
version = "1.0.1"
authors = ["Chris Walsh <chris.walsh@creekware.com>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/creekware/rust-gml"
repository = "https://github.com/creekware/rust-gml"
documentation = "http://creekware.com/rust-gml/doc/gml/index.html"
keywords = ["mathematics", "numerics", "graphics"]
description = """
Graphics Math Library.  Generic Vector and Matrix Math library targetting graphics applications.
"""

[lib]
name="gml"

[dependencies]
num = "*"