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