piston2d-shapes 0.22.0

Convenience structs for 2D shapes
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "interpolation"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84e53e2877f735534c2d3cdbb5ba1d04ee11107f599a1e811ab0ff3dd93fe66e"

[[package]]
name = "piston-float"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b058c3a640efd4bcf63266512e4bb03187192c1b29edd38b16d5a014613e3199"

[[package]]
name = "piston-texture"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3649b5f9d1ba48d95207976118e9e2ed473c1de36f6f79cc1b7ed5b75b655b61"

[[package]]
name = "piston-viewport"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d96dd995f7dabe6d57cda668ec0fda39d6fe6e1e0b23f772582f383f2013611"
dependencies = [
 "piston-float",
]

[[package]]
name = "piston2d-graphics"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d74cad7ea53907a8ed5c79782afe83d7af7b1c78246299557dad95cef749df79"
dependencies = [
 "interpolation",
 "piston-texture",
 "piston-viewport",
 "read_color",
 "vecmath",
]

[[package]]
name = "piston2d-shapes"
version = "0.22.0"
dependencies = [
 "piston2d-graphics",
]

[[package]]
name = "read_color"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f4c8858baa4ad3c8bcc156ae91a0ffe22b76a3975c40c49b4f04c15c6bce0da"

[[package]]
name = "vecmath"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bdd6034ee9c1e5e12485f3e4120e12777f6c81cf43bf9a73bff98ed2b479afe"
dependencies = [
 "piston-float",
]