[dependencies.cgmath]
version = "0.17"
[dependencies.serde_crate]
features = ["derive"]
optional = true
package = "serde"
version = "1.0"
[dependencies.smallvec]
version = "0.6"
[features]
serde = ["serde_crate", "cgmath/serde"]
[lib]
name = "mgf"
[package]
authors = ["Matthew Plant <maplant95@gmail.com>"]
description = "A 3D collision and physics framework for video games."
documentation = "https://docs.rs/mgf"
edition = "2018"
homepage = "https://github.com/maplant/mgf"
keywords = ["3D", "physics", "collision", "math", "gamedev"]
license = "LGPL-3.0"
name = "mgf"
readme = "README.md"
repository = "https://github.com/maplant/mgf"
version = "1.3.2"