[package] name = "glm" version = "0.2.3" authors = [ "Che Kenan ", "Nerijus Arlauskas ", "Fredrik Norén", "Cameron Hart ", "human9 " ] description = "GLSL mathematics for Rust." keywords = ["glm", "math", "opengl", "glsl"] license = "MIT" repository = "https://github.com/dche/glm-rs/" [dependencies] rand = "^0.3.14" num = "^0.1.36" quickcheck = "^0.2.27"