# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "xmath" version = "0.2.9" authors = [ "Seulgi Kim ", "Hyeon Kim ", ] description = """ Rust port of Microsoft DirectXMath """ homepage = "https://github.com/simnalamburt/xmath" documentation = "https://simnalamburt.github.com/xmath/" readme = "README.md" keywords = [ "math", "linear", "algebra", "matrix", "vector", ] license = "BSD-2-Clause" repository = "https://github.com/simnalamburt/xmath" [dependencies.glium] version = ">=0.14.0, <0.33.0" optional = true default-features = false [features] glium-support = ["glium"]