piston 0.50.0

The Piston game engine core libraries
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"

[[package]]
name = "piston"
version = "0.50.0"
dependencies = [
 "pistoncore-event_loop",
 "pistoncore-input",
 "pistoncore-window",
]

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

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

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

[[package]]
name = "pistoncore-event_loop"
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8ab6ceb70d368b5feb0873adaa9a60fb30095c32818dff5b6c25e46412e644"
dependencies = [
 "pistoncore-input",
 "pistoncore-window",
]

[[package]]
name = "pistoncore-input"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd3f576d1a49fe2a86716b52ae72896319b05eb4d3abe41fb01abd3241cd5f7a"
dependencies = [
 "bitflags",
 "piston-viewport",
 "serde",
 "serde_derive",
]

[[package]]
name = "pistoncore-window"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e97b73a1b92db3417f21e43e9a003d6dffdf83bb807036e81baa44e2faea30f9"
dependencies = [
 "piston-graphics_api_version",
 "pistoncore-input",
]

[[package]]
name = "proc-macro2"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1502d12e458c49a4c9cbff560d0fe0060c252bc29799ed94ca2ed4bb665a0101"
dependencies = [
 "unicode-xid",
]

[[package]]
name = "quote"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "serde"
version = "1.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9124df5b40cbd380080b2cc6ab894c040a3070d995f5c9dc77e18c34a8ae37d"

[[package]]
name = "serde_derive"
version = "1.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2c3ac8e6ca1e9c80b8be1023940162bf81ae3cffbb1809474152f2ce1eb250"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "syn"
version = "1.0.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb37da98a55b1d08529362d9cbb863be17556873df2585904ab9d2bc951291d0"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-xid",
]

[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"