mgf 1.2.0

A 3D collision and physics framework for video games.
Documentation
[package]
name = "mgf"
version = "1.2.0"
authors = ["Matthew Plant <maplant95@gmail.com>"]
license = "LGPL-3.0"
description = "A 3D collision and physics framework for video games."

documentation = "https://docs.rs/mgf"
homepage = "https://github.com/DataAnalysisCosby/mgf"
repository = "https://github.com/DataAnalysisCosby/mgf"
readme = "README.md"

keywords = [ "3D", "physics", "collision", "math", "gamedev" ]

[lib]
name = "mgf"

[dependencies]
cgmath = "0.16"
smallvec = "0.6"