# 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 = "2018" name = "gfx-maths" version = "0.2.9" authors = ["Robin Quint"] description = "Implementations for the most essential Graphics Math operations" readme = "README.md" keywords = [ "graphics", "maths", "glm", "quaternion", "vulkan", ] categories = [ "data-structures", "graphics", "game-development", "mathematics", ] license = "MIT" repository = "https://github.com/rob2309/gfx-maths-rs" [package.metadata.docs.rs] features = ["swizzle"] [dependencies.auto_ops] version = "0.3.0" [dependencies.paste] version = "1.0.6" optional = true [dependencies.serde] version = "1.0.127" features = ["derive"] optional = true [features] default = [] mat-row-major = [] swizzle = ["paste"]