[package] name = "gml" version = "1.1.0" authors = ["Chris Walsh "] 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 = "*"