impact-rs 0.0.1

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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a9d01cc26928699f46b74ad16b55b494d91294e08497af4b344026fc613e589"

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

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