[dependencies.bytemuck]
optional = true
version = "1.13"
[features]
color_fields = []
default = ["bytemuck", "short_names", "color_fields"]
short_names = []
[package]
authors = ["Mathis Rech"]
categories = ["mathematics", "game-development"]
description = "Lightweight math library for game development"
edition = "2021"
keywords = ["gamedev", "math", "vector", "matrix", "simd"]
license = "MIT"
name = "slender-math"
readme = "README.md"
repository = "https://github.com/Artentus/slender-math"
version = "0.1.1"