impact-rs 0.0.13

Collision query library for 2D games
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "fixed32"
version = "0.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94d0d37716803a5f10078de9938d24eaf41713639b74128c595e921714caf353"

[[package]]
name = "fixed32-math"
version = "0.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "080f08c5f6358298777f7ff89bfe6601562825c7a87a738a0a566d863575a779"
dependencies = [
 "fixed32",
]

[[package]]
name = "impact-rs"
version = "0.0.13"
dependencies = [
 "fixed32",
 "fixed32-math",
]