[dependencies.auto_ops]
version = "0.3.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.127"
[features]
default = []
mat-row-major = []
[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"
repository = "https://github.com/rob2309/gfx-maths-rs"
version = "0.2.3"