collider 0.1.2

A library for continuous 2D collision detection for game developement
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "collider"
version = "0.1.2"
authors = ["Matthew Michelotti <matthew@matthewmichelotti.com>"]
description = "A library for continuous 2D collision detection for game developement"
documentation = "http://www.matthewmichelotti.com/projects/collider/rustdoc/collider/"
homepage = "http://www.matthewmichelotti.com/projects/collider/"
repository = "https://github.com/SergiusIW/collider-rs"
readme = "README.md"
keywords = ["collision", "detection", "continuous", "2D", "game"]
license = "Apache-2.0"

[dependencies]
noisy_float = "^0.1.1"