[package] name = "xmath" version = "0.2.9" edition = "2021" authors = ["Seulgi Kim ", "Hyeon Kim "] homepage = "https://github.com/simnalamburt/xmath" repository = "https://github.com/simnalamburt/xmath" documentation = "https://simnalamburt.github.com/xmath/" license = "BSD-2-Clause" keywords = ["math", "linear", "algebra", "matrix", "vector"] readme = "README.md" description = """ Rust port of Microsoft DirectXMath """ [features] glium-support = ["glium"] [dependencies] glium = { version = ">=0.14.0, <0.33.0", default-features = false, optional = true }