[dependencies]
[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "warn"
[package]
categories = ["game-development", "game-engines", "math"]
description = "Thunder math library"
edition = "2021"
keywords = ["game", "engine", "thunder", "math", "gamedev"]
license = "MIT OR Apache-2.0"
name = "thndr_math"
repository = "https://github.com/ThunderStudios/Thunder"
version = "0.0.1"