gee 0.3.0

A convenience-first geometry library tailor-made for 2D games! 📐
Documentation
[dependencies.en]
version = "0.1.5"

[dependencies.euclid]
optional = true
version = "0.22.6"

[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1.0.115"

[dependencies.strum]
version = "0.21.0"

[dependencies.strum_macros]
version = "0.21.1"

[features]
default = []

[package]
authors = ["Brainium Studios LLC"]
categories = ["graphics"]
description = "A convenience-first geometry library tailor-made for 2D games! 📐"
documentation = "https://docs.rs/gee"
edition = "2018"
keywords = ["geometry", "math", "mathematics", "matrix", "vector"]
license = "Apache-2.0/MIT"
name = "gee"
readme = "README.md"
repository = "https://github.com/BrainiumLLC/gee"
version = "0.3.0"