[package]
name = "mgf"
version = "0.1.0"
authors = ["Matthew Plant <maplant95@gmail.com>"]
description = "A 3D collision and physics framework for video games."
homepage = "https://github.com/DataAnalysisCosby/mgf"
documentation = "https://docs.rs/mgf"
readme = "README.org"
keywords = ["3D", "physics", "collision", "math", "gamedev"]
license = "LGPL-3.0"
repository = "https://github.com/DataAnalysisCosby/mgf"
[lib]
name = "mgf"
[dependencies.smallvec]
version = "0.5.0"
[dependencies.cgmath]
version = "0.15"